mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-27 05:10:15 +10:00
build(win32): appx contextmenu (#2801)
This commit is contained in:
@@ -8,7 +8,7 @@ export PATH="${SDK}:${PATH}"
|
||||
|
||||
APPX_NAME="${BINARY_NAME//-/_}"
|
||||
|
||||
makeappx pack /d "../../../VSCode-win32-${VSCODE_ARCH}/appx/manifest" /p "../../../VSCode-win32-${VSCODE_ARCH}/appx/${APPX_NAME}_${VSCODE_ARCH}.appx" /nv
|
||||
powershell "makeappx pack /d ..\\VSCode-win32-${VSCODE_ARCH}\\appx\\manifest /p ..\\VSCode-win32-${VSCODE_ARCH}\\appx\\${APPX_NAME}_${VSCODE_ARCH}.appx /nv"
|
||||
|
||||
# Remove the raw manifest folder
|
||||
rm -rf "../../../VSCode-win32-${VSCODE_ARCH}/appx/manifest"
|
||||
rm -rf "../VSCode-win32-${VSCODE_ARCH}/appx/manifest"
|
||||
|
||||
Reference in New Issue
Block a user