Skip to content

Commit

Permalink
release inno install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
null511 committed Oct 17, 2024
1 parent 3cf6a37 commit 5abe813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
submodules: recursive
- name: Compile Binaries
run: |
curl -o innosetup.exe https://files.jrsoftware.org/is/6/innosetup-6.3.3.exe
innosetup.exe /VERYSILENT
curl -s -S -o innosetup.exe https://files.jrsoftware.org/is/6/innosetup-6.3.3.exe
./innosetup.exe /VERYSILENT
setx PATH "%PATH%;C:\\Program Files (x86)\\Inno Setup 6"
cd Inno
dotnet publish ..\\PixelGraph.UI -c Release -r win-x64 -o src -p:EnableWindowsTargeting=true --self-contained false
Expand Down

0 comments on commit 5abe813

Please sign in to comment.