Skip to content

Commit

Permalink
version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Mar 14, 2022
1 parent 2aac619 commit 127a6d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ As you can see from the list above, we already have some goods that you can't fi
If your system is not covered, you can try this alternative version:

1. install node.js version 16+ from https://nodejs.org/
2. download and unzip the latest package named `hfsVERSION.zip` from https://github.com/rejetto/hfs/releases/
2. download and unzip `hfs-node.zip`
3. chmod +x run
4. launch `./run`

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hfs",
"version": "0.13.0",
"version": "0.14.0",
"description": "HTTP File Server",
"keywords": [
"file server",
Expand All @@ -21,7 +21,7 @@
"build-frontend": "cd frontend && npm run build",
"build-admin": "cd admin && npm run build",
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
"zip-dist": "cd dist && zip hfs.zip -r * -x *.zip *.exe",
"zip-dist": "cd dist && zip hfs-node.zip -r * -x *.zip *.exe hfs-*",
"exe-dist": "pkg . -C brotli && cd dist && mv -f hfs-win.exe hfs.exe && zip plugins.zip -r plugins",
"new-dist": "npm run build-all && npm run zip-dist && npm run exe-dist"
},
Expand Down

0 comments on commit 127a6d2

Please sign in to comment.