New release

Former-commit-id: b8114a68495db10b20ee3422e7bc6fb71c4250c9
This commit is contained in:
Cris Stringfellow 2021-12-28 00:18:48 +08:00
parent 6c985cf18b
commit 0a921f89c6
3 changed files with 6 additions and 10 deletions

View File

@ -61,11 +61,9 @@ Save your browsing, then switch off the net and go to `http://localhost:22120` a
1. Get binary from the [releases page.](https://github.com/c9fe/22120/releases), or
2. Run with npx: `npx archivist1@latest`, or
- `npm i -g archivist1@latest && archivist1`
- `npm i -g archivist1@latest && exlibris`
3. Clone this repo and run as a Node.JS app: `npm i && npm start`
Also, coming soon is a Chrome Extension.
<p align=right><small><a href=#toc>Top</a></small></p>
## Using

View File

@ -5,7 +5,7 @@
"main": "src/app.js",
"module": "src/app.js",
"bin": {
"archivist1": "build/22120.js"
"exlibris": "build/22120.js"
},
"scripts": {
"start": "node src/app.js",

View File

@ -3,12 +3,10 @@
gpush patch "New release"
description=$1
latest_tag=$(git describe --abbrev=0)
grel release -u dosyago -r 22120 --tag $latest_tag --name "New release" --description '"'"$description"'"'
grel upload -u c9fe -r 22120 --tag $latest_tag --name "22120.exe" --file 22120.exe
grel upload -u c9fe -r 22120 --tag $latest_tag --name "22120.macos" --file 22120.mac
grel upload -u c9fe -r 22120 --tag $latest_tag --name "22120.linux" --file 22120.nix
grel upload -u c9fe -r 22120 --tag $latest_tag --name "22120.linx32" --file 22120.nix32
grel upload -u c9fe -r 22120 --tag $latest_tag --name "22120.win32.exe" --file 22120.win32.exe
grel release -u i5ik -r 22120 --tag $latest_tag --name "New release" --description '"'"$description"'"'
grel upload -u i5ik -r 22120 --tag $latest_tag --name "bin/exlibris-win.exe" --file exlibris-win.exe
grel upload -u i5ik -r 22120 --tag $latest_tag --name "bin/exlibris-linux" --file exlibris-linux
grel upload -u i5ik -r 22120 --tag $latest_tag --name "bin/exlibris-macos" --file exlibris-macos