Logo
Explore Help
Sign In
izzy/OpenRCT2-Unity
0
0
Fork 0
You've already forked OpenRCT2-Unity
mirror of https://github.com/izzy2lost/OpenRCT2-Unity.git synced 2026-03-10 12:38:22 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
unity3d
OpenRCT2-Unity/scripts/vstool

6 lines
43 B
Plaintext
Raw Permalink Normal View History

Change shebang to env Move parameters from shebang back into set. Add set -e to setenv and vstool for consistency.
2022-03-09 21:15:32 -08:00
#!/usr/bin/env bash
set -e
Script improvements (#14452) shebang: Move parameters from set. Add newline after for consistency. curl: Add -f; Prevents output on error. Use -O where applicable; -o with the same filename as the URL is pointless. Add -S after -s: Makes curl still error despite being silent. build-symbols: Add zip fallback. get-discord-rpc: Move git clone parameters before repository for readability. Use --depth 1 to speed up cloning. install-nsis: Use ProgramData environment variable. build-appimage-docker.sh: Add -e to docker run. Run script directly. build-appimage.sh: Make if more consistent. Remove unused Travis scripts. setenv: unset instead of blanking variables. vstool.cmd: Use ProgramFiles(x86) environment variable.
2021-04-12 12:01:15 -10:00
Do major clean up of Windows CI workflow (#10581) - Move many of the post build operations in openrc2.proj to bash scripts, some of which can be shared with the macOS and Linux CIs. - Improve performance of NSIS stage by grabbing a pre-packaged portable zip from GitHub. This typically saves the CI a minute and is more reliable.
2020-01-19 14:04:59 +00:00
vstool.cmd $@
Reference in New Issue Copy Permalink
Powered by Gitea Page: 107ms Template: 4ms
English
English
Licenses API