mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 06:30:45 -05:00
Refringe
73dad7e3be
- Updates Drone pipeline with initial version that may or may not work. - All three project repositories are checked to see if the tag exists before the builds take place. - Additional static project files are now added into the release directory (release is now whole) - The release directory is being compressed into a ZIP file using the Deflate algorithm (compatibility) with maximum compression. TODO: - Needs major testing within a Drone pipeline--Probably doesn't work at all right now. - Adapt build script to work with a dynamic tag value. - Upload release to public folder.
11 lines
572 B
PowerShell
11 lines
572 B
PowerShell
Write-Output ""
|
|
Write-Output " █████╗ ██████╗ ████████╗"
|
|
Write-Output " ██╔════╝ ██╔══██╗╚══██╔══╝"
|
|
Write-Output " ╚█████╗ ██████╔╝ ██║"
|
|
Write-Output " ╚═══██╗ ██╔═══╝ ██║"
|
|
Write-Output " ██████╔╝ ██║ ██║"
|
|
Write-Output " ╚═════╝ ╚═╝ ╚═╝"
|
|
Write-Output " Once it hits your lips,"
|
|
Write-Output " it's so good!"
|
|
Write-Output ""
|