mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 04:06:27 -04:00
Make it generic
Former-commit-id: 73030edac5918601c887fb0b3cc43569a0cd4797 [formerly 3233822f285d41de6bd4e5388e621a0e39b05213] [formerly cc9fac1c442e492012d9901d43a750975de181e5] [formerly f9bb83f78a7404c78de1d88ca3adbbfb3969e670 [formerly aeb136bf33d8e50e74a9c19f221a2ac8ac639524 [formerly 1fae29684538b90ea2fcab9b7512e2ce386509e6]]] Former-commit-id: 4244ef1f01d5365c4f3829c08151de74df7ede23 [formerly dd866112983d05eed83de031f5f8d7b3d828adc5 [formerly ec4e4c78bc3101213690d98ecd34c65cc49573a0]] Former-commit-id: 97b4dd4e50c03979f15c235e85957822718001a4 [formerly f96208933f0b8f3a00fe43c048add071e10b9f96] Former-commit-id: 10f975ca4a847d15446eafb7f83e315c5c09d69b
This commit is contained in:
parent
a6ec7a45f5
commit
61486aaeea
@ -71,7 +71,7 @@ foreach ($build in $builds) {
|
||||
cp $root\package.json, $root\pwabuilder-sw.js, $root\index.html, $root\CHANGELOG.md, $root\LICENSE, $root\www $fullTarget -Recurse
|
||||
"Copying archive..."
|
||||
md $archiveFolder
|
||||
cp ("$root\archives\$PackagedArchive" -ireplace '\.zim$', '.*'), "$root\archives\README.md" $archiveFolder
|
||||
cp "$root\archives\$PackagedArchive", "$root\archives\*.txt", "$root\archives\README.md" $archiveFolder
|
||||
"Creating launchers..."
|
||||
$launcherStub = $PSScriptRoot -replace 'scripts.*$', "bld\nwjs\$build-$version\Start Kiwix JS Windows"
|
||||
$foldername = "kiwix_js_windows$sep$appBuild-$build"
|
||||
|
Loading…
x
Reference in New Issue
Block a user