Skip to content

Commit

Permalink
use port from pinokiod
Browse files Browse the repository at this point in the history
  • Loading branch information
cocktailpeanut committed Jul 25, 2024
1 parent 3310d36 commit 5b99135
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 278 deletions.
5 changes: 3 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ var pinned = {}
var launched
var theme
var colors
let PORT
//let PORT = 42000
let PORT = (platform === 'linux' ? 42000 : 80)
//let PORT = (platform === 'linux' ? 42000 : 80)

const filter = function (item) {
return item.browserName === 'Chrome';
};

const store = new Store();
const pinokiod = new Pinokiod({
port: PORT,
// port: PORT,
agent: "electron",
version: packagejson.version,
store
Expand Down
Loading

0 comments on commit 5b99135

Please sign in to comment.