update execution path
This commit is contained in:
parent
88bdcb99cf
commit
245c54b6aa
|
@ -57,7 +57,7 @@ module.exports = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
execute: `%pack_dir%/zt.exe`,
|
execute: `%install_path%/zt.exe`,
|
||||||
executable: true,
|
executable: true,
|
||||||
init: ({ os_string }) => {
|
init: ({ os_string }) => {
|
||||||
if (typeof global._.bundles[os_string] === "undefined") {
|
if (typeof global._.bundles[os_string] === "undefined") {
|
||||||
|
|
Loading…
Reference in New Issue