-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make config relative to installation (portable)
- Loading branch information
Showing
3 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "Eclipse Theia blueprint product", | ||
"productName": "Theia Blueprint", | ||
"version": "1.31.1", | ||
"main": "scripts/theia-electron-main.js", | ||
"main": "scripts/eos-thesis-electron-main.js", | ||
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", | ||
"author": "Eclipse Theia <[email protected]>", | ||
"homepage": "https://github.com/giflw/eos-thesis-ide#readme", | ||
|
@@ -120,7 +120,7 @@ | |
"build": "theia rebuild:electron && yarn bundle", | ||
"bundle": "theia build", | ||
"watch": "concurrently -n compile,bundle \"theiaext watch --preserveWatchOutput\" \"theia build --watch --mode development\"", | ||
"start": "electron scripts/theia-electron-main.js", | ||
"start": "electron scripts/eos-thesis-electron-main.js", | ||
"start:debug": "yarn start --log-level=debug", | ||
"package": "yarn clean:dist && electron-builder -c.mac.identity=null --publish never", | ||
"deploy": "yarn clean:dist && electron-builder -c.mac.identity=null --publish always", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters