Commit Graph

4 Commits

Author SHA1 Message Date
Greg Pfeil
b1a4d73ece
Fix dev-ui-install.sh
I ran into this when i tried running it in a non-POSIX shell. Nothing
happened. Bash, when asked to run a script without a shebang will
interpret it itself, while other shells behave differently (and I think
this even depends on the OS – BSD (like macOS) & Linux handle `execvp`
differently).

This adds a shebang and some “strict” settings.
2024-08-20 11:56:20 -06:00
Simon Højberg
a2e57861f7 Use unison-local-ui over codebase-ui
Migrate to use the new Unison Local UI repository from
[unison-local-ui](https://github.com/unisonweb/unison-local-ui)
instead of [codebase-ui](https://github.com/unisonweb/codebase-ui).
2022-07-05 16:57:03 -04:00
Simon Højberg
bf54fc40e2 Match UI release zip file of unisonLocal.zip
The Codebase UI changed its main artifact of ucm.zip to unisonLocal.zip,
make sure we build using the right artifcat.
2021-11-29 10:30:22 -05:00
Paul Chiusano
26f8dd37f2 Codebase server default ui path is relative to the executable now
To test, I added a script that downloads the latest UI release and puts it next to the executable.
2021-05-28 14:45:10 -05:00