Implement Borealis Updater into Launch Script #24
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The ability to update the core files of Borealis via the launch script by downloading the most recent ZIP from the repository, while keeping the "Agent" and "Server" folders intact would be ideal for end-users to keep Borealis up-to-date.
Functionality also needs to be implemented so that version update alerts are given if a specific value has changed. (This requires implementing versioning into Borealis itself), maybe simply by adding a "version.txt" to the /Data folder of the repository to compare the local installation to the remote installation.
Implemented Successfully