mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 23:55:52 +03:00
Fix release build switch
This commit is contained in:
parent
802605d1be
commit
9792de4284
@ -219,7 +219,6 @@ if [ "$BUILD_COMPONENTS" == "all" ]; then
|
|||||||
PACKAGE=true
|
PACKAGE=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RELEASE_BUILD=1
|
|
||||||
INSTALL_PROGRAM_FLAGS=''
|
INSTALL_PROGRAM_FLAGS=''
|
||||||
for param in "$@"; do
|
for param in "$@"; do
|
||||||
if [ "$param" == "--release" ]; then
|
if [ "$param" == "--release" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user