beeper: hide version status element

This commit is contained in:
Timon Schelling
2025-04-25 14:12:14 +00:00
parent fe374f94ef
commit 55dfbf4286

View File

@@ -27,6 +27,9 @@ let
# prevent updates
sed -i -E 's/executeDownload\([^)]+\)\{/executeDownload(){return;/g' $out/resources/app/build/main/main-entry-*.mjs
# hide version status element on about page otherwise a error message is shown
sed -i '$ a\.subview-prefs-about > div:nth-child(2) {display: none;}' $out/resources/app/build/renderer/PrefsPanes-*.css
'';
};
in