mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-30 04:11:33 -08:00
fix: ENOENT: no such file or directory, stat '/Users/linonetwo/Desktop/repo/TiddlyGit-Desktop/out/tiddly-git-darwin-x64/tiddly-git.app/Contents/MacOS/tiddly-git'
This commit is contained in:
parent
098bd9eeec
commit
59cedd637f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import { keyboard, Key } from '@nut-tree/nut-js';
|
|||
setDefaultTimeout(30 * 1000);
|
||||
|
||||
const projectRoot = path.join(__dirname, '..', '..');
|
||||
const packageName = process.env.npm_package_name ?? 'TiddlyGit';
|
||||
const packageName = process.env.npm_product_name ?? 'TiddlyGit';
|
||||
|
||||
interface IContext {
|
||||
previousElement?: WebdriverIO.Element;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue