Skip to content

Commit

Permalink
Enable signing
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 14, 2024
1 parent 53bd0d3 commit 5420490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
ant
-buildfile MoonshineSDKInstaller/build/build.xml all
-Dapp.version=${{ inputs.version }}
-Dbuild.is.signed=false
-Dbuild.is.signed=true
-Dbuild.is.development=${{ inputs.env != 'production' }}
-Dkeychain.name=build.keychain
-Dkeychain.pass=${{ secrets.MAC_KEYCHAIN_PASS }}
Expand Down
1 change: 1 addition & 0 deletions MoonshineSDKInstaller/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@
<!-- ANCHOR - Old Signing -->
<target name="old-signing" if="${build.is.signed}">
<property name="desktopBinaryFilename" value="./bin/app/${app.name}.app"/>
<echo message="Signing: ${desktopBinaryFilename}"/>
<copy tofile="${desktopBinaryFilename}/Contents/Resources/Icon.icns" file="./images/moonshineASHIcons.icns" overwrite="true"/>
<replace file="${desktopBinaryFilename}/Contents/Info.plist">
<replacetoken><![CDATA[<string>Icon.icns</string>]]></replacetoken>
Expand Down

0 comments on commit 5420490

Please sign in to comment.