Skip to content

Commit

Permalink
appx
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrogden committed Jan 2, 2021
1 parent 5282a31 commit 8747013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ after_build:
- ps: (Get-Content 'DittoSetup\appx\appxmanifest.xml' -Raw).Replace("%version%", "$($env:APPVEYOR_BUILD_VERSION)") | Out-File 'DittoSetup\appx\appxmanifest.xml'
- cd DittoSetup\appx
- makeappx.exe pack /f files.ini /p Ditto_%VERSION_FILENAME%.appx
- signtool.exe sign -f my.pfx" -fd SHA256 -v Ditto_%VERSION_FILENAME%.appx
- signtool.exe sign -f my.pfx -fd SHA256 -v Ditto_%VERSION_FILENAME%.appx
- cd ..
- cd ..
- copy DittoSetup\appx\Ditto_%VERSION_FILENAME%.appx DittoSetup\Output\Ditto_%VERSION_FILENAME%.appx
Expand Down

0 comments on commit 8747013

Please sign in to comment.