mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
Update Windows build script to use bash command instead of relative path
This commit is contained in:
parent
d6d699f0b5
commit
c76132fec0
@ -1,6 +1,6 @@
|
|||||||
# This is taken from: https://nodejs.org/api/single-executable-applications.html
|
# This is taken from: https://nodejs.org/api/single-executable-applications.html
|
||||||
# Run Base.sh
|
# Run Base.sh
|
||||||
./Base.sh
|
bash ./Base.sh
|
||||||
|
|
||||||
# This is a PowerShell script that builds the Windows version of the Infrastructure Agent.
|
# This is a PowerShell script that builds the Windows version of the Infrastructure Agent.
|
||||||
SET SCRIPT_DIR=%~dp0
|
SET SCRIPT_DIR=%~dp0
|
||||||
|
Loading…
Reference in New Issue
Block a user