Compare commits

..

9 Commits

Author SHA1 Message Date
valerio
7083525779 Update build.yml
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Failing after 4m17s
2026-03-13 22:10:16 +01:00
valerio
1cada661a2 Update build.yml
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Failing after 6s
2026-03-13 22:07:19 +01:00
valerio
1c7fae729f Update build.yml
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Failing after 4m18s
2026-03-13 21:15:55 +01:00
valerio
17cd12666b Update build.yml
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Failing after 4m28s
2026-03-13 21:06:35 +01:00
valerio
78add4880e Update build.yml
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Failing after 4m14s
2026-03-13 20:36:51 +01:00
valerio
3f6aaef447 Update build.yml
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Failing after 3m39s
2026-03-13 20:29:19 +01:00
valerio
b41240e455 Update build.yml
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Failing after 1m40s
2026-03-13 20:25:04 +01:00
valerio
3b1143a7c0 Update build.yml
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Failing after 4s
2026-03-13 20:23:39 +01:00
valerio
d58f71aac1 Update build.yml
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (--target aarch64-apple-darwin, macos-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Failing after 41s
2026-03-13 20:21:21 +01:00
2 changed files with 7 additions and 21 deletions

View File

@ -17,6 +17,8 @@ jobs:
include:
- platform: 'ubuntu-22.04'
args: ''
- platform: 'windows-latest'
args: ''
runs-on: ${{ matrix.platform }}
steps:
@ -39,8 +41,7 @@ jobs:
- name: install frontend dependencies
run: bun install # change this to npm, pnpm or bun depending on which one you use.
- name: build tauri packages and release
uses: ValerioMeschi/tauri-action@9f8b32da04b4d228756d93dc93b9f16869e4f105
- uses: ValerioMeschi/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.SMOOTHIE_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}

View File

@ -1,22 +1,7 @@
```
▄▄▄▄▄
██▀▀▀▀█▄ █▄ █▄
▀██▄ ▄▀ ▄ ▄██▄██ ▀▀
▀██▄▄ ███▄███▄ ▄███▄ ▄███▄ ██ ████▄ ██ ▄█▀█▄
▄ ▀██▄ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▄█▀
▀██████▀▄██ ██ ▀█▄▀███▀▄▀███▀▄██▄██ ██▄██▄▀█▄▄▄
```
# Tauri + SvelteKit
# Smoothie - Blender Version Manager
This template should help get you started developing with Tauri and SvelteKit in Vite.
Smoothie is a simple launcher that allows you to download, install and manage all your blender Versions.
## Recommended IDE Setup
## Features
* **Download:** Easily fetch official Blender builds for your operating system.
* **Manage:** Install, Remove, Fav and switch between, easily and without messing with your system files and configs
* **Unified Library:** All your blender Installs, Configs, Plugins and Libraries in ONE folder. Easily mantain, backup, share or transfer your whole blender setup.
* **Set as Default:** Quickly choose which version is used to open .blend files
* **Simple Interface:** A Straigforward GUI
* **Templates:** Manage as many instances of a same version of Blender as you want. Each with different its own Layout, Startup file and Plugins.
* **Custom Icons:** Smoothie Creates custom icons for all your blender installs so you can quickly fin
[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer).