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 ab42480 commit 88a0110Copy full SHA for 88a0110
2 files changed
createAppx-cyg.sh
100755
100644
@@ -2,8 +2,10 @@
2
3
cd "$(dirname "$0")"
4
5
-tar -xvzf jre-8u*-windows-x64.tar.gz
6
-mv jre1.8.* PackageFiles/jre
+if [ ! -e PackageFiles/jre ]; then
+ tar -xvzf jre-8u*-windows-x64.tar.gz
7
+ mv jre1.8.* PackageFiles/jre
8
+fi
9
10
export WINDOWSSDK="/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/10.0.15063.0/x64"
11
createAppx.sh
export WINDOWSSDK="/mnt/c/Program Files (x86)/Windows Kits/10/bin/10.0.15063.0/x64"
0 commit comments