We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd8e33 commit 0cbd46bCopy full SHA for 0cbd46b
WapForStore/AppPackages/rm-wap-for-store.sh
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env sh
2
+# Usage: ./rm-wap-for-store.sh x.y.z.w
3
+[ "$#" -eq 1 ] || { echo "Usage: $0 x.y.z.w" >&2; exit 2; }
4
+v="$1"
5
+rm -rf -- "WapForStore_${v}_Test"
6
+rm -f -- "WapForStore_${v}_x86_x64_arm64_bundle.msixupload"
0 commit comments