From cdcd5c592bed106ef2be4d03f5a478b300faa2e3 Mon Sep 17 00:00:00 2001 From: NoLifeKing Date: Thu, 14 Apr 2022 13:42:48 +0200 Subject: [PATCH] fix: Accidentally removed disable_auto_dpi_sizing --- CreateNewPackage.ps1 | 1 - manifest.json | 5 ++++- src/manifest.json | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CreateNewPackage.ps1 b/CreateNewPackage.ps1 index ac9c3cd..c982115 100644 --- a/CreateNewPackage.ps1 +++ b/CreateNewPackage.ps1 @@ -1,5 +1,4 @@ Remove-Item .\destiny2-tracker.opk, .\destiny2-tracker.zip -ErrorAction Ignore Write-Output "Compressing new version into archive, please hold on" -#Compress-Archive -Path .\manifest.json,.\resources,.\windows -DestinationPath .\game-time-tracker.zip 7z a -tzip .\destiny2-tracker.opk -r @package-source.lst -xr!node_modules -xr!src Write-Output "New OPK generated" \ No newline at end of file diff --git a/manifest.json b/manifest.json index f7812c3..beffc7f 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "desktop_only": false, "transparent": true, "resizable": false, + "disable_auto_dpi_sizing": true, "min_size": { "width": 450, "height": 400 @@ -61,7 +62,8 @@ "in_game_only": false, "is_background_page": false, "background_optimization": false, - "restrict_to_game_bounds": false + "restrict_to_game_bounds": false, + "disable_auto_dpi_sizing": true }, "mainWindow": { "file": "resources/compiled/windows/main-window.html", @@ -72,6 +74,7 @@ "transparent": true, "resizable": false, "keep_window_location": true, + "disable_auto_dpi_sizing": true, "min_size": { "width": 1366, "height": 750 diff --git a/src/manifest.json b/src/manifest.json index 9c89aa8..648d5f0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -39,6 +39,7 @@ "desktop_only": false, "transparent": true, "resizable": false, + "disable_auto_dpi_sizing": true, "min_size": { "width": 450, "height": 400 @@ -61,7 +62,8 @@ "in_game_only": false, "is_background_page": false, "background_optimization": false, - "restrict_to_game_bounds": false + "restrict_to_game_bounds": false, + "disable_auto_dpi_sizing": true }, "mainWindow": { "file": "resources/compiled/windows/main-window.html", @@ -72,6 +74,7 @@ "transparent": true, "resizable": false, "keep_window_location": true, + "disable_auto_dpi_sizing": true, "min_size": { "width": 1366, "height": 750