This repository was archived by the owner on Jan 2, 2025. It is now read-only.
File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- npm run deploy-minor
2
+ npm run deploy-patch
Original file line number Diff line number Diff line change @@ -59,17 +59,19 @@ const createWindow = () => {
59
59
// mainWindow.loadURL('https://keenthemes.com/metronic/preview/demo8/custom/apps/projects/list-datatable.html')
60
60
// mainWindow.loadURL('https://keenthemes.com/metronic/preview/demo4/custom/apps/projects/list-datatable.html');
61
61
// mainWindow.loadFile('/Users/kain/Downloads/metronic_v6.1.8/theme/default/demo12/dist/custom/apps/contacts/list-datatable.html');
62
- mainWindow . loadURL ( process . env . SPESABOT_URL || 'https://app-dev.spesabot.com' , {
63
- userAgent : 'spesabot'
64
- } )
65
- // file:///Users/kain/Downloads/metronic_v6.1.8/theme/default/demo12/dist/custom/apps/projects/edit-project.html
62
+ // mainWindow.loadURL(process.env.SPESABOT_URL || 'https://app-dev.spesabot.com', {
63
+ // userAgent: 'spesabot'
64
+ // })
65
+ // file:///Users/kain/Downloads/metronic_v6.1.8/theme/default/demo12/dist/custom/apps/projects/edit-project.html
66
66
// mainWindow.loadFile('/Users/kain/Downloads/metronic_v6.1.8/theme/default/demo12/dist/custom/apps/projects/edit-project.html');
67
67
68
- // mainWindow.loadURL(
69
- // isDev ?
70
- // "http://localhost:3000" :
71
- // `file://${path.join(__dirname, "../build/index.html")}`
72
- // );
68
+ mainWindow . loadURL (
69
+ isDev ?
70
+ 'https://app-dev.spesabot.com' :
71
+ 'https://www.spesabot.com' , {
72
+ userAgent : 'spesabot'
73
+ }
74
+ ) ;
73
75
74
76
// Open the DevTools.
75
77
if ( isDev ) {
You can’t perform that action at this time.
0 commit comments