mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-20 14:10:13 -04:00
[PR #103] Seperate out AppImage build from Tauri #144
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop-app/pull/103
Author: @Beethoven-n
Created: 8/2/2025
Status: 🔄 Open
Base:
develop← Head:develop📝 Commits (10+)
cc56266(appimage/) add manual appimage6f30d24(appimage/build_appimage.sh)7555cc3(build/) add build directory for non-tauri buildsbf4b2e0(src-tauri/tauri.conf.json) remove appimage target from tauri0249a32(build_appimage.sh) add build script263cceb(.github/workflows/release.yml) add build_appimage.sh to workflow4599e57(build_appimage.sh) add basic arch detection4484de0(build_appimage.sh) install libs by UID and GIDcb7c297(build/appimage/drop-app.d/) rename AppDir51555e4(build/appimage/drop-app.d/AppRun) change program name📊 Changes
13 files changed (+115 additions, -7 deletions)
View changed files
📝
.github/workflows/release.yml(+27 -5)📝
.gitignore(+9 -1)➕
build/appimage/drop-app.d/.DirIcon(+1 -0)➕
build/appimage/drop-app.d/AppRun(+8 -0)➕
build/appimage/drop-app.d/drop-oss-app.desktop(+8 -0)➕
build/appimage/drop-app.d/drop-oss-app.png(+0 -0)➕
build/appimage/drop-app.d/usr/bin/.gitkeep(+0 -0)➕
build/appimage/drop-app.d/usr/lib/.gitkeep(+0 -0)➕
build_appimage.sh(+42 -0)📝
package.json(+1 -0)📝
src-tauri/Cargo.lock(+15 -0)📝
src-tauri/src/lib.rs(+3 -0)📝
src-tauri/tauri.conf.json(+1 -1)📄 Description
tauri's shit, it makes me watch all the bad vine compilations with all the bad vines
i got a functional appimage out of doing it like this instead
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.