Skip to content

Commit

Permalink
workflow: update mt command
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 committed Sep 28, 2024
1 parent 8b9c6ff commit 353f425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
run: dart compile exe common/bin/main.dart -o revitool.exe

- name: Enable Administrator Privileges for revitool CLI app
shell: pwsh
run: |
mt.exe -manifest common/app.manifest -outputresource:revitool.exe;1
& "${env:ProgramFiles(x86)}\Windows Kits\10\bin\10.0.22621.0\x64\mt.exe" -nologo -manifest common/app.manifest -outputresource:revitool.exe;1
- name: Build revitool GUI
run: flutter build windows --build-name=${{ env.NEW_VERSION }} --build-number=1 --obfuscate --split-debug-info=/symbols --dart-define="APP_VERSION=${{ env.NEW_VERSION }}"
Expand Down

0 comments on commit 353f425

Please sign in to comment.