Mercurial Hosting > editor
comparison scripts/windows/build.sh @ 77:b4ed3c726b4c default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 19 Jun 2025 12:02:05 -0600 |
parents | 7f5b3824f4d4 |
children |
comparison
equal
deleted
inserted
replaced
76:1beb4c57c269 | 77:b4ed3c726b4c |
---|---|
12 cp ../scripts/windows/installer.iss windows | 12 cp ../scripts/windows/installer.iss windows |
13 cp -r luan_editor/jars windows | 13 cp -r luan_editor/jars windows |
14 cp -r luan_editor/dictionaries windows | 14 cp -r luan_editor/dictionaries windows |
15 | 15 |
16 cd windows | 16 cd windows |
17 | |
18 # https://jrsoftware.org/isinfo.php | |
17 ISCC installer.iss | 19 ISCC installer.iss |
18 | 20 |
19 cp LuanEditorInstaller.exe ../../website/src/download | 21 cp LuanEditorInstaller.exe ../../website/src/download |
20 | 22 |
21 echo "finished windows build" | 23 echo "finished windows build" |