mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-09 12:31:57 -04:00
[appstore] use a separate solution for App packaging
* Also update _chver.sh and fix version in Package.appxmanifest
This commit is contained in:
parent
b2492908be
commit
b3daef6a67
6 changed files with 160 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue