From 0a921f89c6bc2463049458133e66d202f5029200 Mon Sep 17 00:00:00 2001 From: Cris Stringfellow <22254235+crislin2046@users.noreply.github.com> Date: Tue, 28 Dec 2021 00:18:48 +0800 Subject: [PATCH] New release Former-commit-id: b8114a68495db10b20ee3422e7bc6fb71c4250c9 --- README.md | 4 +--- package.json | 2 +- scripts/upload.sh | 10 ++++------ 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 911c962..17c9098 100644 --- a/README.md +++ b/README.md @@ -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. -

Top

## Using diff --git a/package.json b/package.json index 1f38e40..0f2b9ca 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/upload.sh b/scripts/upload.sh index f7f39a2..621b446 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh @@ -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