Replies: 1 comment
-
I am using the flatpak extension in vscode, which does partial builds automatically. I am not 100% sure what the extension does, I believe it creates the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm wondering how you're rebuilding the project after applying some changes because currently I'm always doing
flatpak-builder --user --force-clean flatpak-app build-aux/com.github.flxzt.rnote.Devel.json && flatpak-builder --run flatpak-app build-aux/com.github.flxzt.rnote.Devel.json rnote
which always takes so long since it wipes the
flatpak-app
directory, downloads all crates and compiles from the whole beginning which is a bit annoying...Beta Was this translation helpful? Give feedback.
All reactions