diff options
author | Mary <mary@mary.zone> | 2023-02-25 12:30:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-25 12:30:48 +0100 |
commit | f663a5cd38e0ac0191f5859ed5bc25f5a7a9a907 (patch) | |
tree | 9616ee5265310589315c37baf80905eebf77875e /distribution/macos/create_macos_release.sh | |
parent | f7c2e867f4e0c9067c0c88f58b5df4cef6ee4399 (diff) |
macos: Add updater support (#4464)1.1.641
This is a very basic updater but should be enough for now.
---------
Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
Diffstat (limited to 'distribution/macos/create_macos_release.sh')
-rwxr-xr-x | distribution/macos/create_macos_release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/macos/create_macos_release.sh b/distribution/macos/create_macos_release.sh index 545baf20..d979ec8f 100755 --- a/distribution/macos/create_macos_release.sh +++ b/distribution/macos/create_macos_release.sh @@ -27,7 +27,7 @@ EXECUTABLE_SUB_PATH=Contents/MacOS/Ryujinx rm -rf $TEMP_DIRECTORY mkdir -p $TEMP_DIRECTORY -DOTNET_COMMON_ARGS="-p:DebugType=embedded -p:Version=$VERSION -p:SourceRevisionId=$SOURCE_REVISION_ID -p:ExtraDefineConstants=DISABLE_UPDATER --self-contained true" +DOTNET_COMMON_ARGS="-p:DebugType=embedded -p:Version=$VERSION -p:SourceRevisionId=$SOURCE_REVISION_ID --self-contained true" dotnet restore dotnet build -c Release Ryujinx.Ava |