Mercurial Hosting > editor
view 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 |
line wrap: on
line source
#!/bin/bash set -e # assume that regular build.sh has been run cd "$(dirname $0)/../../build" rm -rf windows mkdir windows cp ../scripts/windows/launcher.vbs windows cp ../scripts/windows/installer.iss windows cp -r luan_editor/jars windows cp -r luan_editor/dictionaries windows cd windows # https://jrsoftware.org/isinfo.php ISCC installer.iss cp LuanEditorInstaller.exe ../../website/src/download echo "finished windows build"