Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Sep 30, 2024
1 parent 51dcd22 commit effbd62
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,7 @@ for:
- dotnet restore Mirivoice.Desktop/Mirivoice.Desktop.csproj
- dotnet publish Mirivoice.Desktop/Mirivoice.Desktop.csproj -c Release -r osx-x64 --self-contained true
- npm install -g create-dmg
- create-dmg \
--volname "MiriVoice-osx-x64" \
--volicon "MiriVoice\Mirivoice\Assets\mirivoice.icns" \
--window-pos 200 120 \
--window-size 800 400 \
--icon-size 100 \
--icon "MiriVoice\Mirivoice\Assets\mirivoice.icns" 200 190 \
--hide-extension "MiriVoice.app" \
--app-drop-link 600 185 \
"MiriVoice-osx-x64.dmg" \
"MiriVoice.Desktop/bin/x64/Release/net8.0/osx-x64/publish/"
- create-dmg --volname "MiriVoice-osx-x64" --volicon "MiriVoice\Mirivoice\Assets\mirivoice.icns" --window-pos 200 120 --window-size 800 400 --icon-size 100 --icon "MiriVoice\Mirivoice\Assets\mirivoice.icns" 200 190 --hide-extension "MiriVoice.app" --app-drop-link 600 185 "MiriVoice-osx-x64.dmg" "MiriVoice.Desktop/bin/x64/Release/net8.0/osx-x64/publish/"
- codesign -fvs - MiriVoice-osx-x64.dmg

-
Expand Down

0 comments on commit effbd62

Please sign in to comment.