chore: bump new url
All checks were successful
Build/release / action-release (push) Successful in 3m3s

This commit is contained in:
2025-10-20 15:25:50 +02:00
parent 29529797b8
commit 8e590c8dea
2 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ const __filename = fileURLToPath(import.meta.url);
const windowHeight = getValue("windowHeight"); const windowHeight = getValue("windowHeight");
const windowWidth = getValue("windowWidth"); const windowWidth = getValue("windowWidth");
const __dirname = dirname(__filename); const __dirname = dirname(__filename);
export const appUrl = `https://akartonbv.sharepoint.com/:x:/r/sites/Bedrijfsbureau/_layouts/15/Doc.aspx?sourcedoc=%7BB0980620-EBBB-474A-AF4B-44DA45132A9C%7D&file=Productieplanning%20OneDrive.xlsx&action=default&mobileredirect=true` export const appUrl = `https://akartonbv.sharepoint.com/:x:/r/sites/Bedrijfsbureau/Gedeelde%20documenten/Productieplanning%20OneDrive.xlsx?d=w818e118382dd4d1cab1ddf4d505daa9e&csf=1&web=1&e=zE73Rr`
//https://akartonbv.sharepoint.com/:x:/r/sites/Bedrijfsbureau/Gedeelde%20documenten/Productieplanning%20OneDrive.xlsx?d=w818e118382dd4d1cab1ddf4d505daa9e&csf=1&web=1&e=zE73Rr
transports.file.level = "verbose"; transports.file.level = "verbose";
console.log = _log; console.log = _log;

View File

@@ -5,7 +5,7 @@
}, },
"homepage": "https://systemec.nl", "homepage": "https://systemec.nl",
"name": "ms365-electron-akarton-planning", "name": "ms365-electron-akarton-planning",
"version": "0.2.0", "version": "0.2.1",
"type": "module", "type": "module",
"description": "Systemec Microsoft 365 Web Desktop Wrapper made with Electron", "description": "Systemec Microsoft 365 Web Desktop Wrapper made with Electron",
"main": "./app/main.js", "main": "./app/main.js",