Now buildable as executable with nodegui/packer, dark/lightmode support on...
Now buildable as executable with nodegui/packer, dark/lightmode support on macos, factFUSE no longer relies on unreliable json files, QFileDialogs now run as their own process, fixed bug where provView would show the wrong resource
assets/connectLight.png
0 → 100644
19.9 KB
assets/folderLight.png
0 → 100644
13 KB
assets/logoErrorLight.png
0 → 100644
13.6 KB
assets/logoMountedLight.png
0 → 100644
13.9 KB
assets/logoSimpleLight.png
0 → 100644
8.58 KB
assets/logoWorkingLight.png
0 → 100644
13.3 KB
assets/saveLight.png
0 → 100644
13.7 KB
deploy/config.json
0 → 100644
File added
... | ... | @@ -6,6 +6,8 @@ |
"dependencies": { | ||
"@i5/factlib.js": "^0.1.3", | ||
"@nodegui/nodegui": "^0.22.0", | ||
"@nodegui/os-utils": "^1.1.2", | ||
"@nodegui/plugin-title-bar": "0.0.2", | ||
"axios": "^0.19.2", | ||
"domino": "^2.1.6", | ||
"fuse-native": "^2.2.6", | ||
... | ... | @@ -32,8 +34,7 @@ |
"tsc": "tsc", | ||
"webpack": "webpack", | ||
"gui": "qode ./dist/provView.js", | ||
"commit": "qode ./dist/commitGUI.js", | ||
"init": "qode ./dist/initGUI.js", | ||
"init": "qode ./dist/index.js", | ||
"updateConfig": "node -e \"require('./src/configUpdater').setSelectedResource()\"" | ||
}, | ||
"repository": { | ||
... | ... |
This diff is collapsed.