Skip to content

Commit be7931d

Browse files
committed
Fix location for icon in electron-nodepty
1 parent 6b9bfe0 commit be7931d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron-nodepty/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function createNewWindow (url, options) {
206206
}
207207
}
208208
if (process.platform == "win32")
209-
bwoptions.icon = __dirname.replace("\\electron", "\\domterm2.ico");
209+
bwoptions.icon = __dirname.replace("\\electron-nodepty", "\\doc\\domterm2.ico");
210210
let win = new BrowserWindow(bwoptions);
211211
windowList.push(win);
212212
let session = createSession();

0 commit comments

Comments
 (0)