Remove eb paramter that is not supported.

This commit is contained in:
Patrick FIc
2025-04-10 15:00:20 -07:00
parent e111dbbf51
commit 3b17175b14
3 changed files with 2 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ win:
endpoint: https://eus.codesigning.azure.net
certificateProfileName: ImEXRPS
codeSigningAccountName: ImEX
publisherName: ImEX Systems Inc.
nsis:
artifactName: ${name}-${version}-setup.${ext}
shortcutName: ${productName}

View File

@@ -21,7 +21,6 @@ win:
endpoint: https://eus.codesigning.azure.net
certificateProfileName: ImEXRPS
codeSigningAccountName: ImEX
publisherName: ImEX Systems Inc.
nsis:
artifactName: ${name}-${version}-setup.${ext}
shortcutName: ${productName}

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "bodyshop-desktop",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bodyshop-desktop",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.2",
"hasInstallScript": true,
"dependencies": {
"@apollo/client": "^3.13.6",