Update domain and bump version

This commit is contained in:
2026-01-15 14:29:39 +01:00
parent 4959965429
commit 941ac7ee19
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "imgfloat-client",
"version": "1.0.2",
"version": "1.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "imgfloat-client",
"version": "1.0.2",
"version": "1.0.4",
"dependencies": {
"electron-updater": "^6.7.3"
},

View File

@@ -1,6 +1,6 @@
{
"name": "imgfloat-client",
"version": "1.0.3",
"version": "1.0.4",
"description": "Electron wrapper for the Imgfloat overlay",
"main": "src/main.js",
"build": {

View File

@@ -8,7 +8,7 @@ const STORE_PATH = path.join(app.getPath("userData"), "settings.json");
const INITIAL_WINDOW_WIDTH_PX = 960;
const INITIAL_WINDOW_HEIGHT_PX = 640;
const LOCAL_DOMAIN = "http://localhost:8080";
const DEFAULT_DOMAIN = "https://imgfloat.kruhlmann.dev";
const DEFAULT_DOMAIN = "https://imgflo.at";
const RUNTIME_DOMAIN = resolveDefaultDomain();
let ELECTRON_WINDOW;