diff --git a/dev-app-update.yml b/dev-app-update.yml new file mode 100644 index 0000000..ee2afb5 --- /dev/null +++ b/dev-app-update.yml @@ -0,0 +1,6 @@ +owner: ArisuOngaku +repo: tabs +provider: github +updaterCacheDirName: tabs-updater +publisherName: + - Alice Gaudon diff --git a/package.json b/package.json index 5c5c9c9..a2e1993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabs", - "version": "0.7.2", + "version": "0.8.0", "description": "Persistent and separate browser tabs in one window.", "author": { "name": "Alice Gaudon", @@ -18,13 +18,14 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { + "appdata-path": "^1.0.0", "ejs": "^3.0.1", "electron-updater": "^4.2.4", "esm": "^3.2.25", "single-instance": "^0.0.1" }, "devDependencies": { - "electron": "^8.2.0", + "electron": "^9.0.0", "electron-builder": "^22.4.0" }, "build": { @@ -71,6 +72,6 @@ } ] }, - "electronVersion": "8.2.5" + "electronVersion": "9.0.0" } } diff --git a/resources/index.html b/resources/index.html index c151bb2..fe137cb 100644 --- a/resources/index.html +++ b/resources/index.html @@ -18,12 +18,30 @@