Kaynağa Gözat

updated readme

master
Victor Giers 2 yıl önce
ebeveyn
işleme
f02c8b1f6c
2 değiştirilmiş dosya ile 22 ekleme ve 14 silme
  1. 18
    11
      README.md
  2. 4
    3
      package.json

+ 18
- 11
README.md Dosyayı Görüntüle

@@ -1,22 +1,29 @@
## 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
```
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 Dosyayı Görüntüle

@@ -5,9 +5,10 @@
"main": "electron-serve.js",
"scripts": {
"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": " ",
"license": "MIT",

Loading…
İptal
Kaydet