Script updates

Former-commit-id: e86b02f58a7f72e42cbc37d7bc0c01d070b56c0e [formerly 2c094a85abac0853a5e5bf0959c5b272f9a644e3 [formerly 9033b2cc8c1e4e9155553537e73e495fcf421bb7]]
Former-commit-id: e3097a8482dd54b5838a25c38e40c35d45c9c17c
Former-commit-id: c26180f3a56dbcdf64317205ca3c943a02af9b7f
This commit is contained in:
Jaifroid 2021-05-20 23:25:44 +01:00
parent a7a17cac4f
commit fa38b813ba
3 changed files with 5 additions and 7 deletions

View File

@ -27,16 +27,14 @@
"arch": [
"x64",
"ia32"
],
"icon": "./bld/icons/"
]
},
{
"target": "deb",
"arch": [
"x64",
"ia32"
],
"icon": "./bld/icons/"
]
}
],
"category": "Education"

View File

@ -404,7 +404,7 @@ if ($dryrun -or $buildonly -or $release.assets_url -imatch '^https:') {
if (-Not $dryrun) { Set-Content $permalinkFile $permalink }
else { "`n[DRYRUN] would have written:`n$permalink`n" }
"Cleaning up..."
if ((-Not $dryrun) -and $compressed_archive ) { del $compressed_archive }
if ((-Not ($dryrun -or $old_windows_support)) -and $compressed_archive ) { del $compressed_archive }
"`nDone."
} else {
"There was an error setting up the release!"

View File

@ -27,8 +27,8 @@ There is no installation required for the Portable versions. NONE of these build
* For the Windows Portable build, unzip the contents of the [Kiwix JS Windows <<base_tag>>.zip archive](https://github.com/kiwix/kiwix-js-windows/releases/download/v<<base_tag>>/Kiwix.JS.Windows.<<base_tag>>.zip) to any folder, or to a flash drive / thumb drive, and double click on `Start Kiwix JS Windows` or `Start Kiwix JS Windows via batch file.bat`, or open the `kiwix-js-windows-win32-ia32` folder and double click on `nw.exe`;
* For the Windows Setup (installable) build, simply download and launch. It will install itself, together with a shortcut in your shortcut menu, and run. When you want to update the app, uninstall it from "Add or Remove Programs".
* For the Linux portable builds, download and save the correct AppImage file anywhere (e.g. your Desktop), and double-click it. If it doesn't work, open Terminal and run `chmod a+x Kiwix.JS.WikiMed*.AppImage` and then `./Kiwix.JS.WikiMed*.AppImage`;
* For the Linux installable builds, download the correct `.deb` package and double-click to see if your graphical package manager can install it. If not, open a terminal, `cd` to the directory containing the package, and type `sudo apt install ./kiwix-js-pwa*.deb`
* For the Linux portable builds, download and save the correct AppImage file anywhere (e.g. your Desktop), and double-click it. If it doesn't work, open Terminal and run `chmod a+x Kiwix.JS.WikiMed*.AppImage` and then `./Kiwix.JS.WikiMed*.AppImage --no-sandbox`. You might be able to run without `--no-sandbox` (see https://github.com/electron/electron/issues/17972#issuecomment-516957971).
* For the Linux installable builds, download the correct `.deb` package and double-click to see if your graphical package manager can install it. If not, open a terminal, `cd` to the directory containing the package, and type `sudo apt install ./kiwix-js-pwa*.deb`. Once installed, on Debian, you may have to run the app by opening terminal and typing `kiwix-js-pwa --no-sandbox`. On Ubuntu, you should be able to run it from its installed icon.
* Windows: **Because the portable archive may not be commonly downloaded, you may face Windows SmartScreen issues** on first launch. Follow instructions to "Run anyway" if you trust this site. If you prefer, use the installable version [Kiwix JS Windows Setup <<numeric_tag>>-E.exe](https://github.com/kiwix/kiwix-js-windows/releases/download/v<<base_tag>>-WikiMed/Kiwix.JS.WikiMed.Setup.<<numeric_tag>>-E.exe) which is digitally signed.
### Release Notes