Browse Source

updated readme

master
Victor Giers 2 years ago
parent
commit
f02c8b1f6c
2 changed files with 22 additions and 14 deletions
  1. 18
    11
      README.md
  2. 4
    3
      package.json

+ 18
- 11
README.md View File

## hictoaster
hic is a hicetnunc browser to run hicetnunc as an app, locally on your computer.
This repository contains code to compile hic as a binary file, runnable on various platforms.

``` ```
npm i npm i
``` ```
toast a hen with
``` ```
npm run linux
npm run toast
``` ```
This builds hic-0.0.1.AppImage
Binaries compiled with this repository / **Get hic here**:

Linux: <u>[Download](https://victorgiers.com/hics/hic-0.0.1.AppImage)</u>
``` ```
certutil -hashfile .\hic-0.0.1.AppImage MD5
MD5-Hash von .\hic-0.0.1.AppImage:
779c70aa066da298ceeb433f98289f21
$ md5sum hic-0.0.1.AppImage
> 8978c640ad3ac860f0e7f2150ab8a0dd hic-0.0.1.AppImage
``` ```
Mac: <u>[Download](https://victorgiers.com/hics/hic-0.0.1.dmg)</u>
``` ```
npm run windows
$ md5sum hic-0.0.1.dmg
> da5869ca0dad66fcd3f323438f7679ec hic-0.0.1.dmg
``` ```
This builds hic-0.0.1.exe
Windows: <u>[Download](https://victorgiers.com/hics/hic-0.0.1.exe)</u>

``` ```
certutil -hashfile '.\hic 0.0.1.exe' MD5
MD5-Hash von .\hic 0.0.1.exe:
3faebfc0b682a24d868693172f71040f
$ md5sum hic-0.0.1.exe
> 659225bb2d9c737658a5f94f21865574 hic-0.0.1.exe
``` ```

+ 4
- 3
package.json View File

"main": "electron-serve.js", "main": "electron-serve.js",
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",
"build:w": "electron-builder -w",
"build:l": "electron-builder -l",
"build:m": "electron-builder -m"
"toast": "electron-builder",
"toast:w": "electron-builder -w",
"toast:l": "electron-builder -l",
"toast:m": "electron-builder -m"
}, },
"author": " ", "author": " ",
"license": "MIT", "license": "MIT",

Loading…
Cancel
Save