Commit graph

423 commits

Author SHA1 Message Date
DecDuck
c78079e4be
bump version to 0.3.1-appimage
Some checks failed
Clippy check / clippy_check (push) Has been cancelled
2025-08-03 12:58:04 +10:00
DecDuck
92e42262c1
Merge branch 'develop' of https://github.com/Beethoven-n/drop-app into Beethoven-n-develop 2025-08-03 12:55:27 +10:00
Beethoven
106c229c8f
(build/appimage/drop-app.d/drop-oss-app.desktop) add drop link handling 2025-08-02 21:39:10 -05:00
Beethoven
527476e7c1
(build_appimage.sh) don't use sudo for this u don't need it 2025-08-02 21:39:10 -05:00
Beethoven
81d324a026
(build_appimage.sh) wrong variable. whoops! 2025-08-02 21:39:09 -05:00
Beethoven
3d5de9bec8
(build/appimage/appimagetool) these don't belong here! woops! 2025-08-02 21:39:09 -05:00
Beethoven
380084bb95
(build/appimage/drop-oss-app.d/) 2025-08-02 21:39:09 -05:00
Beethoven
50d76bb76f
(build/appimage/appimagetool) 2025-08-02 21:39:09 -05:00
Beethoven
de3be25914
(build_appimage.sh) 2025-08-02 21:39:09 -05:00
Beethoven
95fc7d9605
(.github/workflows/release.yml) add --nobuild flag 2025-08-02 21:39:08 -05:00
Beethoven
f9c45053cc
(build/appimage/drop-app.d/AppRun) change program name 2025-08-02 21:39:08 -05:00
Beethoven
683e3ac7f2
(build/appimage/drop-app.d/) rename AppDir
lol woops this caused a typo that cascaded into an appimage that failed
to find the executable
2025-08-02 21:39:08 -05:00
Beethoven
fe586be658
(build_appimage.sh) install libs by UID and GID
installing by $USER caused issues when i did it so i've fixed it
also added $PWD because ./ was lazy
2025-08-02 21:39:08 -05:00
Beethoven
aa034c21a9
(build_appimage.sh) add basic arch detection 2025-08-02 21:39:08 -05:00
Beethoven
50f7955734
(.github/workflows/release.yml) add build_appimage.sh to workflow 2025-08-02 21:39:07 -05:00
Beethoven
73608ab85b
(build_appimage.sh) add build script
this should build the appimage without tauri's involvement
2025-08-02 21:39:07 -05:00
Beethoven
1ed29aaa12
(src-tauri/tauri.conf.json) remove appimage target from tauri
tauri was overcomplicating this. let's make the appimage independent of
that
2025-08-02 21:39:07 -05:00
Beethoven
849dc26677
(build/) add build directory for non-tauri builds 2025-08-02 21:39:07 -05:00
Beethoven
7db2e42006
(appimage/build_appimage.sh) 2025-08-02 21:39:07 -05:00
Beethoven
61fa43dd86
(appimage/) add manual appimage
the existing one is broken, and i think it might be tauri's fault.
2025-08-02 21:39:06 -05:00
Beethoven
301152a69f (build_appimage.sh) don't use sudo for this u don't need it 2025-08-02 20:54:08 -05:00
Beethoven
5e945734c7 (build_appimage.sh) wrong variable. whoops! 2025-08-02 20:53:49 -05:00
Beethoven
53211e94fe (build/appimage/appimagetool) these don't belong here! woops! 2025-08-02 20:52:51 -05:00
Beethoven
af49a6751f (build/appimage/drop-oss-app.d/) 2025-08-02 20:27:46 -05:00
Beethoven
9e93ec688c (build/appimage/appimagetool) 2025-08-02 20:27:46 -05:00
Beethoven
a70c2c64e4 (build_appimage.sh) 2025-08-02 20:27:46 -05:00
Beethoven
d63d6efa3e (.github/workflows/release.yml) add --nobuild flag 2025-08-02 20:18:02 -05:00
Beethoven
51555e43ee (build/appimage/drop-app.d/AppRun) change program name 2025-08-02 20:17:13 -05:00
Beethoven
cb7c297443 (build/appimage/drop-app.d/) rename AppDir
lol woops this caused a typo that cascaded into an appimage that failed
to find the executable
2025-08-02 20:16:37 -05:00
Beethoven
4484de0507 (build_appimage.sh) install libs by UID and GID
installing by $USER caused issues when i did it so i've fixed it
also added $PWD because ./ was lazy
2025-08-02 20:15:03 -05:00
Beethoven
4599e5713c (build_appimage.sh) add basic arch detection 2025-08-02 18:05:53 -05:00
Beethoven
263cceb17f (.github/workflows/release.yml) add build_appimage.sh to workflow 2025-08-02 18:05:25 -05:00
Beethoven
0249a3248f (build_appimage.sh) add build script
this should build the appimage without tauri's involvement
2025-08-02 16:45:55 -05:00
Beethoven
bf4b2e0ad6 (src-tauri/tauri.conf.json) remove appimage target from tauri
tauri was overcomplicating this. let's make the appimage independent of
that
2025-08-02 16:45:24 -05:00
Beethoven
7555cc3cdf (build/) add build directory for non-tauri builds 2025-08-02 16:45:24 -05:00
Beethoven
6f30d248eb (appimage/build_appimage.sh) 2025-08-02 14:42:36 -05:00
Beethoven
cc562662f0 (appimage/) add manual appimage
the existing one is broken, and i think it might be tauri's fault.
2025-08-02 14:42:36 -05:00
DecDuck
dbe8c8df4d
Process manager templating & game importing (#96)
* feat: add new template options, asahi support, and refactoring

* feat: install dir scanning, validation fixes, progress fixes, download manager refactor

This kind of ballooned out of scope, but I implemented some much
needed fixes for the download manager.

First off, I cleanup the Downloadable trait, there was some
duplication of function.

Second, I refactored the "validate" into the GameDownloadAgent,
which calls a 'validate_chunk_logic' yada, same structure as
downloading.

Third, I fixed the progress and validation issues.

Fourth, I added game scanning

* feat: out of box support for Asahi Linux

* fix: clippy

* fix: don't break database
2025-08-02 20:17:27 +10:00
DecDuck
35f49b8811
macOS app signing (#95)
* feat: add macos signing args

* fix: update all versions to -mac specific

* fix: fetch signing identity

* feat: add signing pre-steps like the docs say

* fix: remove apple requirement from signing

* fix: add drop cert to keychain when signing

* fix: add drop.pem to add-trusted-cert

* fix: re-order and specify import operation

* fix: let's try the user store

* fix: password required to update trust

* fix: try another non-interactive fix

* fix: try sudo

* fix: revert attempt fix

* fix: add cert id debug

* fix: attempt to use id rather than name

* fix: revert code id to name
2025-08-02 15:01:53 +10:00
DecDuck
cc5339a389
Reqwest optionally load certificates from disk (#94)
* feat: Add get_client function

Signed-off-by: quexeky <git@quexeky.dev>

* chore: Converted all instances of reqwest::blocking::Client::new() and reqwest::Client::new() to DROP_CLIENT_SYNC and DROP_CLIENT_ASYNC respectively

Signed-off-by: quexeky <git@quexeky.dev>

* fix: use_remote_logic not using certificates

Signed-off-by: quexeky <git@quexeky.dev>

* fix: add log statement to certificates

* chore: add more logging

* fix: clippy

* refactor: into single fetch_certificates func

---------

Signed-off-by: quexeky <git@quexeky.dev>
Co-authored-by: quexeky <git@quexeky.dev>
2025-08-02 11:59:50 +10:00
DecDuck
6104bfda72
Bump version to v0.3.1 (#85)
Some checks failed
Clippy check / clippy_check (push) Has been cancelled
2025-08-01 14:13:13 +10:00
DecDuck
be688cb18f
Version bump: v0.3.0 2025-08-01 14:09:16 +10:00
DecDuck
13cc69f10e
Device code authorization (#83)
* feat: device code authorization

* Fix for setup executable unable to be launched (#81)

* Fix for redownload invalid chunks (#84)

* feat: Redownloading invalid chunks

Signed-off-by: quexeky <git@quexeky.dev>

* fix: clippy

* fix: clippy x2

---------

Signed-off-by: quexeky <git@quexeky.dev>
Co-authored-by: quexeky <git@quexeky.dev>

* chore: Run clippy fix pedantic

Signed-off-by: quexeky <git@quexeky.dev>

* feat: add better error handling

* fix: clippy

---------

Signed-off-by: quexeky <git@quexeky.dev>
Co-authored-by: quexeky <git@quexeky.dev>
2025-08-01 13:12:05 +10:00
quexeky
574782f445
chore: Run clippy fix pedantic
Signed-off-by: quexeky <git@quexeky.dev>
2025-08-01 08:42:45 +10:00
DecDuck
b5a8543194
Fix for redownload invalid chunks (#84)
* feat: Redownloading invalid chunks

Signed-off-by: quexeky <git@quexeky.dev>

* fix: clippy

* fix: clippy x2

---------

Signed-off-by: quexeky <git@quexeky.dev>
Co-authored-by: quexeky <git@quexeky.dev>
2025-07-31 18:25:38 +10:00
DecDuck
d0e4aea5ce
Fix for setup executable unable to be launched (#81) 2025-07-30 09:57:07 +10:00
DecDuck
739e6166c5
Cache-first object fetching (#76)
* fix: submillisecond cache hits

* fix: async object loading to hand control back to renderer

* fix: clippy
2025-07-27 12:04:50 +10:00
DecDuck
682c6e9c0b
Bump version to v0.3.0-rc-8 (#74)
Some checks failed
Clippy check / clippy_check (push) Has been cancelled
2025-07-25 22:21:59 +10:00
DecDuck
46e1f16cdd
Process manager fixes (#71)
* fix: launching on linux

* feat: #70

* feat: add dummy store page

* feat: add store redir and refresh button to library

* feat: cache first object fetching

* feat: Remove let_chains feature and update to Rust 2024

Signed-off-by: quexeky <git@quexeky.dev>

* feat: Check for if process was manually stopped

Signed-off-by: quexeky <git@quexeky.dev>

* fix: use bitcode instead of serde

* chore: remove logs

* fix: clippy

* fix: clippy 2

* fix: swap to stop icon

---------

Signed-off-by: quexeky <git@quexeky.dev>
Co-authored-by: quexeky <git@quexeky.dev>
2025-07-25 10:44:40 +10:00
DecDuck
d19f9bbc31
Fix client running behind reverse proxy (#69)
* fix: reverse proxy 400 due to duplicate header

* fix: clippy

* bump version and update ci
2025-07-18 20:08:12 +10:00