This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
14be108a06
electron
/
spec
/
fixtures
/
api
/
app-path
/
package.json
5 lines
65 B
JSON
Raw
Normal View
History
Unescape
Escape
fix: app.getAppPath() returning default-app path for files or directories without package.json (#18763)
2019-06-19 15:34:22 -06:00
{
ci: cleanup up test app directories (#25145) * ci: cleanup up test app directories * ci: use electron prefix for a testing apps so that the can be cleaned up * Revert "ci: cleanup up test app directories" This reverts commit a47daba812ee95f506cac0f1bfedda8be7b4e2f0. * fixup test due to app name change
2020-08-31 12:07:12 -06:00
"name"
:
"electron-test-app-path"
,
fix: app.getAppPath() returning default-app path for files or directories without package.json (#18763)
2019-06-19 15:34:22 -06:00
"main"
:
"lib/index.js"
}