Drop win-x86 build
This commit is contained in:
4
packaging/functions.sh
Executable file → Normal file
4
packaging/functions.sh
Executable file → Normal file
@@ -10,7 +10,7 @@
|
||||
# Arguments:
|
||||
# SRC_PATH: Path to the root OpenRA directory
|
||||
# DEST_PATH: Path to the root of the install destination (will be created if necessary)
|
||||
# TARGETPLATFORM: Platform type (win-x86, win-x64, osx-x64, osx-arm64, linux-x64, linux-arm64, unix-generic)
|
||||
# TARGETPLATFORM: Platform type (win-x64, osx-x64, osx-arm64, linux-x64, linux-arm64, unix-generic)
|
||||
# COPY_GENERIC_LAUNCHER: If set to True the OpenRA.exe will also be copied (True, False)
|
||||
# COPY_CNC_DLL: If set to True the OpenRA.Mods.Cnc.dll will also be copied (True, False)
|
||||
# COPY_D2K_DLL: If set to True the OpenRA.Mods.D2k.dll will also be copied (True, False)
|
||||
@@ -89,7 +89,7 @@ install_data() (
|
||||
# Arguments:
|
||||
# SRC_PATH: Path to the root OpenRA directory
|
||||
# DEST_PATH: Path to the root of the install destination (will be created if necessary)
|
||||
# TARGETPLATFORM: Platform type (win-x86, win-x64)
|
||||
# TARGETPLATFORM: Platform type (win-x64)
|
||||
# MOD_ID: Mod id to launch (e.g. "ra")
|
||||
# LAUNCHER_NAME: Filename (without the .exe extension) for the launcher
|
||||
# MOD_NAME: Human-readable mod name to show in the crash dialog (e.g. "Red Alert")
|
||||
|
||||
Reference in New Issue
Block a user