From 3ca254410d8becacfac58454f2011c1e017a3e52 Mon Sep 17 00:00:00 2001 From: Marko Semet Date: Mon, 10 Feb 2020 22:58:57 +0100 Subject: [PATCH] Add building of mono and gecko --- Platform-v2.0/Extensions/build.sh | 4 ++-- Platform-v2.0/Extensions/gecko.yaml | 2 +- Platform-v2.0/Extensions/mono.yaml | 2 +- README.md | 3 +++ 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Platform-v2.0/Extensions/build.sh b/Platform-v2.0/Extensions/build.sh index c435488..49714e6 100755 --- a/Platform-v2.0/Extensions/build.sh +++ b/Platform-v2.0/Extensions/build.sh @@ -2,5 +2,5 @@ # Args: [] CONF_PATH="$(dirname "$0")" && -"$CONF_PATH/../../tools/build.sh" "$CONF_PATH/gecko.yaml" "$1" "$2" "$3" && -"$CONF_PATH/../../tools/build.sh" "$CONF_PATH/mono.yaml" "$1" "$2" "$3" \ No newline at end of file +"$CONF_PATH/../../tools/build_when_required.sh" "$CONF_PATH/gecko.yaml" "$1" "$2" "$3" && +"$CONF_PATH/../../tools/build_when_required.sh" "$CONF_PATH/mono.yaml" "$1" "$2" "$3" \ No newline at end of file diff --git a/Platform-v2.0/Extensions/gecko.yaml b/Platform-v2.0/Extensions/gecko.yaml index 355b3e5..0d77273 100644 --- a/Platform-v2.0/Extensions/gecko.yaml +++ b/Platform-v2.0/Extensions/gecko.yaml @@ -4,7 +4,7 @@ branch: "v2.0" sdk: de.marko10_000.winebarrels.WineSdk runtime: de.marko10_000.winebarrels.Wine -runtime-version: "5.0-rc5" +runtime-version: "stable" separate-locales: false modules: diff --git a/Platform-v2.0/Extensions/mono.yaml b/Platform-v2.0/Extensions/mono.yaml index 025dc20..c2a8dda 100644 --- a/Platform-v2.0/Extensions/mono.yaml +++ b/Platform-v2.0/Extensions/mono.yaml @@ -4,7 +4,7 @@ branch: "v2.0" sdk: de.marko10_000.winebarrels.WineSdk runtime: de.marko10_000.winebarrels.Wine -runtime-version: "5.0-rc5" +runtime-version: "stable" separate-locales: false modules: diff --git a/README.md b/README.md index 29dc0ec..3e0e938 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # WineBarrels-Wine +# TODO +- Build wine gecko +- build wine mono \ No newline at end of file