You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jarsigner -sigalg SHA1withRSA -digestalg SHA1 -keystore "C:\Users\er\Documents\Visual Studio 2015\Projects\BuildTest\BuildTestStore" -storepass 123456789 -signedjar "C:\Users\er\Documents\Visual Studio 2015\Projects\BuildTest\Output\BuildTest.Droid-Signed.apk" "C:\Users\er\Documents\Visual Studio 2015\Projects\BuildTest\Output\BuildTest.Droid.apk" BuildTest
The call of zipalign does not:
zipalign -f -v 4 C:\Users\er\Documents\Visual Studio 2015\Projects\BuildTest\Output\BuildTest.Droid-Signed.apk C:\Users\er\Documents\Visual Studio 2015\Projects\BuildTest\Output\BuildTest.Droid-SignedAndAligned.apk
Description
The call of jarsigner quote the file names:
The call of zipalign does not:
https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/XamarinHelper.fs#L313
Repro steps
Expected behavior
Filenames should be quoted also for zipalign.
Actual behavior
Filenames are not quoted.
Known workarounds
Paths without blancs.
Related information
The text was updated successfully, but these errors were encountered: