The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
Go to file
Nikita Galaiko 45429ffbf6
Merge pull request #1 from gitbutlerapp/production-build
build app with github actions
2023-02-03 13:41:26 +01:00
.github/workflows build app with github actions 2023-02-03 13:23:09 +01:00
.vscode simple tauri example 2023-01-31 15:55:57 +01:00
scripts build app with github actions 2023-02-03 13:23:09 +01:00
src app: fix building 2023-02-03 10:35:42 +01:00
src-tauri build app with github actions 2023-02-03 13:23:09 +01:00
static simple tauri example 2023-01-31 15:55:57 +01:00
.gitignore simple tauri example 2023-01-31 15:55:57 +01:00
.npmrc simple tauri example 2023-01-31 15:55:57 +01:00
package.json project page 2023-02-03 09:12:57 +01:00
pnpm-lock.yaml project page 2023-02-03 09:12:57 +01:00
postcss.config.cjs simple tauri example 2023-01-31 15:55:57 +01:00
README.md build app with github actions 2023-02-03 13:23:09 +01:00
svelte.config.js app: fix building 2023-02-03 10:35:42 +01:00
tailwind.config.cjs simple tauri example 2023-01-31 15:55:57 +01:00
tsconfig.json simple tauri example 2023-01-31 15:55:57 +01:00
vite.config.js crdt doc impl 2023-02-01 10:04:03 +01:00

prerequisites

see here

setup

$ cd src-tauri/binaries && make
$ pnpm install

development

$ pnpm tauri dev

releasing

Releasing is done via GitHub Action.

runners

Note that to build an arm64 macos app, you need to make sure that there is at least one self-hosted runner with macos-aarch64 label is online here.

If you are a lucky owner of an arm64 macos machine, feel free to run it yourself. Make sure to label it with macos-aarch64.