mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-09 12:31:57 -04:00
[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:
parent
d5dc8ee5e7
commit
ca4e009ffc
12 changed files with 206 additions and 846 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue