Mercurial Hosting > editor
view scripts/windows/build.sh @ 76:1beb4c57c269 default tip
monospaced sans-serif
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 18 Jun 2025 20:20:21 -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 ISCC installer.iss cp LuanEditorInstaller.exe ../../website/src/download echo "finished windows build"