This commit is contained in:
Levent Duivel 2024-11-07 07:45:20 +05:00
parent feda8cc7a1
commit 7d509b3a44
3 changed files with 9 additions and 2 deletions

View File

@ -8,4 +8,4 @@ Section: Tweaks
Conflicts: ru.mostmodest.screendump.lowframe
Depends: mobilesubstrate, preferenceloader
Icon: file:///Library/PreferenceLoader/Preferences/screendump/ScreenDump@2x.png
Version: 0.0.5
Version: 0.0.5.1

View File

@ -6,7 +6,7 @@
<string>ru.mostmodest.screendumpd</string>
<key>ProgramArguments</key>
<array>
<string>/usr/libexec/screendumpd</string>
<string>/var/jb/usr/libexec/screendumpd</string>
</array>
<key>RunAtLoad</key>
<true/>

7
screendump/update_repo.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
rm -rf packages/*
export FINALPACKAGE=1
make clean package
# ssh mostm@denver.lan "rm -rf /home/mostm/projects/repo/data/secure/debs/ru.mostmodest.screendump_*"
scp packages/* mostm@denver.lan:/home/mostm/projects/repo/data/secure/debs/
ssh mostm@denver.lan "bash /home/mostm/projects/repo/data/secure/updaterepo.sh"