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 8777e3d commit 823ad2b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -990,11 +990,7 @@ def check_notarization(path)
else
release_name += ".zip"
cd "#{target_platform_alias}-unpacked" do
sh "powershell -command \"Compress-Archive * ..\\test.zip\""
# sh "Compress-Archive * ..\#{release_name}"
# sh "Compress-Archive * ..\#{release_name}"
# sh "zip -r \"..\\test.zip\" *"
# sh "zip -r \"../#{release_name}\" ./*"
sh "powershell -command \"Compress-Archive * ..\\#{release_name}\""
end
end
end
Expand Down

0 comments on commit 823ad2b

Please sign in to comment.