Skip to content

Commit

Permalink
Release 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Krämer authored Oct 30, 2020
2 parents 93a8184 + 22a47bc commit fdeede1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homeworker-desktop",
"productName": "Homeworker",
"version": "1.1.10",
"version": "1.1.11",
"description": "Desktop app for Windows and MacOS",
"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 @@ -5,7 +5,7 @@ const os = require("os")

// On macOS we can make a frameless app where the sidebar is drageable. Windows sucks so we can't to this here
const isDarwin = os.type().toLocaleLowerCase() == "darwin"
const startUrl = "https://homeworker.li/auth/login"
const startUrl = "https://homeworker.li/app-start"
const options = {
show: false,
title: "Homeworker",
Expand Down

0 comments on commit fdeede1

Please sign in to comment.