[appstore] revert to using a script to build AppStore bundle

* Having two separate Visual Studio solution files, while more convenient, was a major
  pain in the ass and it also required us to update versioning in the .appxmanifest for
  each commit.
* Also, this new AppStore build process enables us to use the GitHub Actions executables
  to further foster the complete transparency of our build process.
This commit is contained in:
Pete Batard 2021-10-27 09:47:27 +01:00
parent d5dc8ee5e7
commit ca4e009ffc
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
12 changed files with 206 additions and 846 deletions

View file

@ -33,7 +33,5 @@ _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/Package.appxmanifest
sed -b -i -f cmd.sed res/appstore/packme.cmd
rm cmd.sed
source ./bootstrap.sh