added flatpak repo in root of the repository and some minor shit around doublecmd
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
flatpak-builder --gpg-sign=kaplanantonin@gmail.com --force-clean --user --install-deps-from=flathub --repo=repo --install builddir com.angoosh.RDPConnect.yml
|
||||
flatpak-builder --gpg-sign=kaplanantonin@gmail.com --force-clean --user --install-deps-from=flathub --repo=../repo --install builddir com.angoosh.RDPConnect.yml
|
||||
#flatpak build-bundle repo RDPConnect.flatpak com.angoosh.RDPConnect --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
@@ -55,6 +55,12 @@
|
||||
<p>Changed directory permissions from home to xdg-config</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.0.2" date="2024-11-20">
|
||||
<url type="details">https://gitea.farmdash.org/angoosh/Flatpaks/commit/85ea660c7e11d0c65c8aef23fcf76853882975cf</url>
|
||||
<description>
|
||||
<p>Password is now encrypted</p>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
|
||||
<screenshots>
|
||||
@@ -63,5 +69,3 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
</component>
|
||||
|
||||
|
||||
|
||||
3
com.angoosh.RDPConnect/push.sh
Executable file
3
com.angoosh.RDPConnect/push.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
flatpak build-update-repo --generate-static-deltas ../repo
|
||||
rsync -av ../repo/ angoosh@10.0.69.69:/mnt/angoosh/flatpak/repo/
|
||||
Reference in New Issue
Block a user