File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 steps :
8888 - uses : actions/checkout@v4
8989
90- # FIX: nsis is NOT a MINGW64 package — removed from here
9190 - uses : msys2/setup-msys2@v2
9291 with :
9392 msystem : MINGW64
9897 mingw-w64-x86_64-SDL2_ttf
9998 make
10099
101- # FIX: install NSIS via Chocolatey (the correct way on windows-latest)
102100 - name : Install NSIS
103101 shell : pwsh
104102 run : choco install nsis -y --no-progress
@@ -132,13 +130,12 @@ jobs:
132130 "AAAAAAAAAAAAAAAAAAAA////AAAAAAAA"))
133131 }
134132
135- # FIX: run makensis via PowerShell so it uses the system PATH (Chocolatey install)
136133 - name : Build installer
137134 shell : pwsh
138135 run : |
139136 $env:PATH = "C:\Program Files (x86)\NSIS;$env:PATH"
140137 $workdir = (Get-Location).Path -replace '\\','/'
141- & "makensis.exe" /DWORKDIR="$workdir\release" photon.nsi
138+ & "makensis.exe" /DWORKDIR="$workdir\release" installer\windows\ photon.nsi
142139
143140 - name : Zip portable release
144141 shell : pwsh
You can’t perform that action at this time.
0 commit comments