Compare commits
3 Commits
feature/IO
...
release/1.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6fa97a081f | ||
|
|
be0eafec7e | ||
|
|
6e4c8b5558 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,5 +14,6 @@ out
|
|||||||
|
|
||||||
# Build Files
|
# Build Files
|
||||||
macbuild.sh
|
macbuild.sh
|
||||||
|
deploy.ps1
|
||||||
# Sentry Config File
|
# Sentry Config File
|
||||||
.env.sentry-build-plugin
|
.env.sentry-build-plugin
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ win:
|
|||||||
certificateProfileName: ImEXRPS
|
certificateProfileName: ImEXRPS
|
||||||
codeSigningAccountName: ImEX
|
codeSigningAccountName: ImEX
|
||||||
nsis:
|
nsis:
|
||||||
artifactName: ${name}-${arch}.${ext}
|
artifactName: imex-partner-${arch}.${ext}
|
||||||
shortcutName: ${productName}
|
shortcutName: ${productName}
|
||||||
uninstallDisplayName: ${productName}
|
uninstallDisplayName: ${productName}
|
||||||
createDesktopShortcut: always
|
createDesktopShortcut: always
|
||||||
@@ -49,7 +49,7 @@ mac:
|
|||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
dmg:
|
dmg:
|
||||||
artifactName: ${name}-${arch}.${ext}
|
artifactName: imex-partner-${arch}.${ext}
|
||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
- AppImage
|
- AppImage
|
||||||
@@ -59,7 +59,7 @@ linux:
|
|||||||
category: Utility
|
category: Utility
|
||||||
desktop: scripts/imex-shop-partner.desktop
|
desktop: scripts/imex-shop-partner.desktop
|
||||||
appImage:
|
appImage:
|
||||||
artifactName: ${name}-${arch}.${ext}
|
artifactName: imex-partner-${arch}.${ext}
|
||||||
npmRebuild: false
|
npmRebuild: false
|
||||||
publish:
|
publish:
|
||||||
provider: s3
|
provider: s3
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ win:
|
|||||||
certificateProfileName: ImEXRPS
|
certificateProfileName: ImEXRPS
|
||||||
codeSigningAccountName: ImEX
|
codeSigningAccountName: ImEX
|
||||||
nsis:
|
nsis:
|
||||||
artifactName: ${name}-${arch}.${ext}
|
artifactName: rome-partner-${arch}.${ext}
|
||||||
shortcutName: ${productName}
|
shortcutName: ${productName}
|
||||||
uninstallDisplayName: ${productName}
|
uninstallDisplayName: ${productName}
|
||||||
createDesktopShortcut: always
|
createDesktopShortcut: always
|
||||||
@@ -49,7 +49,7 @@ mac:
|
|||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
dmg:
|
dmg:
|
||||||
artifactName: ${name}-${arch}.${ext}
|
artifactName: rome-partner-${arch}.${ext}
|
||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
- AppImage
|
- AppImage
|
||||||
@@ -59,7 +59,7 @@ linux:
|
|||||||
category: Utility
|
category: Utility
|
||||||
desktop: scripts/rome-shop-partner.desktop
|
desktop: scripts/rome-shop-partner.desktop
|
||||||
appImage:
|
appImage:
|
||||||
artifactName: ${name}-${arch}.${ext}
|
artifactName: rome-partner-${arch}.${ext}
|
||||||
npmRebuild: false
|
npmRebuild: false
|
||||||
publish:
|
publish:
|
||||||
provider: s3
|
provider: s3
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bodyshop-desktop",
|
"name": "bodyshop-desktop",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Shop Management System Partner",
|
"description": "Shop Management System Partner",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "Convenient Brands, LLC",
|
"author": "Convenient Brands, LLC",
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ export default class LocalServer {
|
|||||||
"https://localhost:3000",
|
"https://localhost:3000",
|
||||||
"https://test.imex.online",
|
"https://test.imex.online",
|
||||||
"https://imex.online",
|
"https://imex.online",
|
||||||
|
"https://test.romeonline.io",
|
||||||
|
"https://romeonline.io",
|
||||||
];
|
];
|
||||||
|
|
||||||
this.app.use(
|
this.app.use(
|
||||||
|
|||||||
Reference in New Issue
Block a user