gedaechtnas/gdn-app
Joscha 6fb900fe4b Disable bundling in build
For one, it fails on arch linux, which is what I'm developing on:
https://github.com/tauri-apps/tauri/issues/8929
https://github.com/tauri-apps/tauri/issues/11149
https://github.com/linuxdeploy/linuxdeploy/issues/272

At the moment, I plan on distributing Linux and Windows binaries as well
as an APK for Android. If I'll ever include any bundles in the CI, they
can be manually triggered using --bundles.
2025-02-02 16:19:20 +01:00
..
public/fonts Remove unused logos 2025-01-27 20:29:54 +01:00
src Update tsconfig 2025-01-29 01:01:25 +01:00
src-tauri Disable bundling in build 2025-02-02 16:19:20 +01:00
.gitignore Set up android app 2025-01-25 16:32:02 +01:00
index.html Set up tauri project 2025-01-25 12:26:10 +01:00
package.json Update dependencies 2025-01-28 13:31:52 +01:00
tsconfig.json Update tsconfig 2025-01-29 01:01:25 +01:00
tsconfig.node.json Set up tauri project 2025-01-25 12:26:10 +01:00
vite.config.ts Set up vue dev tools 2025-01-27 20:29:54 +01:00