Commit 97a8f25d by bubblepipe

fix build on windows

parent fe6dbbcf
......@@ -4,7 +4,7 @@
"description": "New API - AI Model Gateway Desktop Application",
"main": "main.js",
"scripts": {
"start": "NODE_ENV=development electron .",
"start": "set NODE_ENV=development&& electron .",
"build": "electron-builder",
"build:mac": "electron-builder --mac",
"build:win": "electron-builder --win",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment