Mercurial Hosting > editor
view scripts/windows/build.sh @ 78:7a8afa4625e7 default tip
start using elvish
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 20 Jun 2025 13:28:21 -0600 |
parents | b4ed3c726b4c |
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"