This commit is contained in:
Valeria Fadeeva 2024-10-07 08:38:33 +05:00
parent 945b66a5dd
commit 70dcf820e2
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@
</entry>
<entry name="icon" type="String">
<default>start-here-kde</default>
<default>start-here</default>
</entry>
<entry name="useCustomButtonImage" type="Bool">
<default>false</default>

View File

@ -1,5 +1,6 @@
#!/bin/bash
git add . && git commit -m "Update" && git push
git add . && git commit -m "Update"
git push
echo "Ready"