1
0
mirror of https://github.com/c9fe/22120.git synced 2024-09-17 13:32:23 +02:00

New release

This commit is contained in:
Cris Stringfellow 2021-12-31 01:30:16 +08:00
parent 5b0632b7c0
commit 48a29dbdd3
2 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "archivist1",
"version": "2.1.2",
"version": "2.1.1",
"type": "module",
"description": "Library server and an archivist browser controller.",
"main": "src/app.js",

View File

@ -1,18 +1,20 @@
#!/bin/sh
echo "Installing nexe and upx..."
#echo "Installing nexe and upx..."
echo "Installing pkg..."
mkdir -p bin/
mkdir -p build/
pkg -v || npm i -g pkg
curl -L -o upx.tar.xz https://github.com/upx/upx/releases/download/v3.96/upx-3.96-amd64_linux.tar.xz
tar -xJf upx.tar.xz
rm upx.tar.xz
sudo cp upx-3.96-amd64_linux/upx /usr/local/bin
rm -rf upx-3.96-amd64_linux
./scripts/dl-node.sh
#curl -L -o upx.tar.xz https://github.com/upx/upx/releases/download/v3.96/upx-3.96-amd64_linux.tar.xz
#tar -xJf upx.tar.xz
#rm upx.tar.xz
#sudo cp upx-3.96-amd64_linux/upx /usr/local/bin
#rm -rf upx-3.96-amd64_linux
#./scripts/dl-node.sh
# upx packing does not work with pkg
#cd ~/.pkg-cache/v3.2/