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