diff --git a/package.json b/package.json index 72033ade..55bda3e6 100644 --- a/package.json +++ b/package.json @@ -105,4 +105,3 @@ "electron-updater": "^5.0.3" } } - diff --git a/package.json.nwjs b/package.json.nwjs index 893772ff..623faacc 100644 --- a/package.json.nwjs +++ b/package.json.nwjs @@ -86,15 +86,3 @@ "@types/fs-extra": "^9.0.11" } } - - - - - - - - - - - - diff --git a/scripts/Build-NWJS.ps1 b/scripts/Build-NWJS.ps1 index 4175fd49..ece0912e 100644 --- a/scripts/Build-NWJS.ps1 +++ b/scripts/Build-NWJS.ps1 @@ -100,28 +100,3 @@ foreach ($build in $builds) { Compress-Archive "$PSScriptRoot\..\bld\nwjs\$build-$version\*" "$PSScriptRoot\..\bld\nwjs\$foldername.zip" -Force "Build $OBuild finished.`n" } - - - - - - - - - - - - - - - - - - - - - - - - -