Skip to content

Commit

Permalink
Update distrib script.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabordemooij committed Feb 3, 2024
1 parent f12b7e8 commit e33d2f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions misc/distrib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ wine "C:\\Program Files (x86)\\Inno Setup 6\\ISCC.exe" "C:\\InnoSetupSourceDir\\
mkdir -p dist/Win64/OUT/$lang/
cp ~/.wine/drive_c/InnoSetupSourceDir/Output/Citrine096.exe dist/Win64/OUT/$lang/

# Zip it
cd dist/Win64/OUT/$lang/
zip Citrine096.zip Citrine096.exe
rm Citrine096.exe
cd ../../../../


# Use the Win64 output as template
cp -R dist/Win64/ISO/$lang dist/Linux/ISO/$lang
Expand Down

0 comments on commit e33d2f8

Please sign in to comment.