Skip to content

Commit

Permalink
Merge pull request #58 from subutai-io/ff-store
Browse files Browse the repository at this point in the history
fix(edge-package): fixes edge extension packaging for makeappx.exe format
  • Loading branch information
TalasZh authored Mar 20, 2018
2 parents 20c282b + 864cf1d commit cf8f4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edge/appxmanifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# npm install -g manifoldjs
# manifoldjs -l debug -p edgeextension -f edgeextension -m <EXTENSION LOCATION>\manifest.json
# PS C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64> .\makeappx.exe pack /h SHA256 /d "C:\Users\user\Documents\browsers\browsers\build\edge" /p C:\Users\user\Documents\browsers\browsers\build\edge.appx
# PS C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64> .\makeappx.exe pack /h SHA256 /d "<EXTENSION LOCATION>\build\edge" /p <OUTPU LOCATION>\edge.appx

#git clone https://github.com/subutai-io/Tooling-ss-pgp-plugin.git ss-pgp-plugin

Expand Down

0 comments on commit cf8f4ac

Please sign in to comment.