Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Jan 20, 2025
1 parent 9772038 commit 663920b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/nightly/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

cd misc/msi-installer || exit 1

python far/tools/stacktrace.py outfinalnew32
python ../../far/tools/stacktrace.py ../../outfinalnew32
WINEDLLOVERRIDES="msi=n" wine cmd /c ../../installer.32.bat

python far/tools/stacktrace.py outfinalnew64
python ../../far/tools/stacktrace.py ../../outfinalnew64
WINEDLLOVERRIDES="msi=n" wine cmd /c ../../installer.64.bat

python far/tools/stacktrace.py outfinalnewARM64
python ../../far/tools/stacktrace.py ../../outfinalnewARM64
WINEDLLOVERRIDES="msi=n" wine cmd /c ../../installer.ARM64.bat

cd ../..
Expand Down

0 comments on commit 663920b

Please sign in to comment.