Skip to content

Commit

Permalink
tmp zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Potapov committed Feb 25, 2020
1 parent 9a69a42 commit 8777e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ def check_notarization(path)
else
release_name += ".zip"
cd "#{target_platform_alias}-unpacked" do
sh "Compress-Archive * ..\\test.zip"
sh "powershell -command \"Compress-Archive * ..\\test.zip\""
# sh "Compress-Archive * ..\#{release_name}"
# sh "Compress-Archive * ..\#{release_name}"
# sh "zip -r \"..\\test.zip\" *"
Expand Down

0 comments on commit 8777e3d

Please sign in to comment.