Skip to content

Commit

Permalink
v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Punikekk committed Nov 3, 2023
1 parent 8cafa68 commit cf9a206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dark_backpage",
"version": "1.2.5",
"version": "1.2.6",
"description": "DarkBot backpage",
"main": "src/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function createWindow() {
const {url, sid} = parseArgv();
if (url && sid) {
mainWindow.webContents.session.cookies.set({url: url, name: "dosid", value: sid})
.then(() => mainWindow.loadURL(url + "/indexInternal.es?action=internalStart"))
.then(() => mainWindow.loadURL(url + "/indexInternal.es?action=internalDock"))
} else {
mainWindow.loadURL("https://darkorbit.com")
//mainWindow.loadFile(path.join(__dirname, "index.html"))
Expand Down

0 comments on commit cf9a206

Please sign in to comment.