[appstore] use a separate solution for App packaging

* Also update _chver.sh and fix version in Package.appxmanifest
This commit is contained in:
Pete Batard 2021-02-07 20:19:53 +00:00
parent b2492908be
commit b3daef6a67
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
6 changed files with 160 additions and 29 deletions

View file

@ -33,7 +33,7 @@ _EOF
# First run sed to substitute our variable in the sed command file
sed -i -e "s/@@MAJOR@@/$MAJOR/g" -e "s/@@MINOR@@/$MINOR/g" cmd.sed
sed -b -i -f cmd.sed src/rufus.rc
sed -b -i -f cmd.sed res/appstore/AppxManifest.xml
sed -b -i -f cmd.sed res/appstore/Package.appxmanifest
sed -b -i -f cmd.sed res/appstore/packme.cmd
rm cmd.sed
source ./bootstrap.sh