Switch Appimages to net 5.

This commit is contained in:
Paul Chote
2020-12-30 15:21:39 +00:00
committed by abcdefg30
parent 2fae69c0ba
commit 69ffd70d3f
7 changed files with 11 additions and 80 deletions

View File

@@ -16,7 +16,6 @@
# COPY_D2K_DLL: If set to True the OpenRA.Mods.D2k.dll will also be copied (True, False)
# Used by:
# Makefile (install target for local installs and downstream packaging)
# Linux AppImage packaging
# Mod SDK Linux AppImage packaging
# Mod SDK macOS packaging
# Mod SDK Windows packaging
@@ -107,6 +106,7 @@ install_assemblies_mono() {
# Used by:
# Windows packaging
# macOS packaging
# Linux AppImage packaging
install_assemblies() {
SRC_PATH="${1}"
DEST_PATH="${2}"