Skip to content

Commit 5b99135

Browse files
use port from pinokiod
1 parent 3310d36 commit 5b99135

3 files changed

Lines changed: 67 additions & 278 deletions

File tree

main.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,17 @@ var pinned = {}
1515
var launched
1616
var theme
1717
var colors
18+
let PORT
1819
//let PORT = 42000
19-
let PORT = (platform === 'linux' ? 42000 : 80)
20+
//let PORT = (platform === 'linux' ? 42000 : 80)
2021

2122
const filter = function (item) {
2223
return item.browserName === 'Chrome';
2324
};
2425

2526
const store = new Store();
2627
const pinokiod = new Pinokiod({
27-
port: PORT,
28+
// port: PORT,
2829
agent: "electron",
2930
version: packagejson.version,
3031
store

0 commit comments

Comments
 (0)