https://github.com/h3poteto/tauri-snap-packager
https://github.com/h3poteto/tauri-snap-packager
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/h3poteto/tauri-snap-packager
- Owner: h3poteto
- License: mit
- Created: 2024-02-09T12:56:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:57:07.000Z (6 months ago)
- Last Synced: 2024-10-24T02:16:41.146Z (6 months ago)
- Language: TypeScript
- Size: 2.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Tauri Snap Packager
This is a fork of [tauri-snap-packager](https://github.com/harshkhandeparkar/tauri-snap-packager).
Snap packager for [Tauri](https://tauri.app/).### How To
1. Add `tauri-snap-packager` to your tauri project root.
```shell
$ npm install --save-dev @h3poteto/[email protected]
# Or with yarn
$ yarn add --dev @h3poteto/[email protected]
```2. Run [tauri build](https://tauri.app/v1/api/cli/#build).
3. Add the build script to package.json. (This step can be skipped if using `yarn`)
```json
"scripts": {
"tauri-snap-packager": "tauri-snap-packager"
}
```4. Package!
```shell
$ npm run tauri-snap-packager
# Or with yarn
$ yarn tauri-snap-packager
```