3 Commits

Author SHA1 Message Date
Patrick Fic
6fa97a081f Resolve CORS issues. 2025-05-20 15:40:15 -07:00
Patrick FIc
be0eafec7e Update artifact names. 2025-05-16 10:39:42 -07:00
Patrick Fic
6e4c8b5558 Merged in feature/IO-3066-1-scaffolding (pull request #2)
Major v1 release.
2025-05-16 17:17:38 +00:00
5 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@@ -14,5 +14,6 @@ out
# Build Files
macbuild.sh
deploy.ps1
# Sentry Config File
.env.sentry-build-plugin

View File

@@ -23,7 +23,7 @@ win:
certificateProfileName: ImEXRPS
codeSigningAccountName: ImEX
nsis:
artifactName: ${name}-${arch}.${ext}
artifactName: imex-partner-${arch}.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
@@ -49,7 +49,7 @@ mac:
arch:
- x64
dmg:
artifactName: ${name}-${arch}.${ext}
artifactName: imex-partner-${arch}.${ext}
linux:
target:
- AppImage
@@ -59,7 +59,7 @@ linux:
category: Utility
desktop: scripts/imex-shop-partner.desktop
appImage:
artifactName: ${name}-${arch}.${ext}
artifactName: imex-partner-${arch}.${ext}
npmRebuild: false
publish:
provider: s3

View File

@@ -23,7 +23,7 @@ win:
certificateProfileName: ImEXRPS
codeSigningAccountName: ImEX
nsis:
artifactName: ${name}-${arch}.${ext}
artifactName: rome-partner-${arch}.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
@@ -49,7 +49,7 @@ mac:
arch:
- x64
dmg:
artifactName: ${name}-${arch}.${ext}
artifactName: rome-partner-${arch}.${ext}
linux:
target:
- AppImage
@@ -59,7 +59,7 @@ linux:
category: Utility
desktop: scripts/rome-shop-partner.desktop
appImage:
artifactName: ${name}-${arch}.${ext}
artifactName: rome-partner-${arch}.${ext}
npmRebuild: false
publish:
provider: s3

View File

@@ -1,6 +1,6 @@
{
"name": "bodyshop-desktop",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shop Management System Partner",
"main": "./out/main/index.js",
"author": "Convenient Brands, LLC",

View File

@@ -31,6 +31,8 @@ export default class LocalServer {
"https://localhost:3000",
"https://test.imex.online",
"https://imex.online",
"https://test.romeonline.io",
"https://romeonline.io",
];
this.app.use(