Skip to content

Commit 808cb68

Browse files
authored
remove electron's app-update.yml
1 parent 39f6481 commit 808cb68

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

useful-tools/quick-sharun.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3354,6 +3354,13 @@ case "$LIB_DIR" in
33543354
;;
33553355
esac
33563356

3357+
# electron apps ship an updater that is useless since we provide our own
3358+
a=$DST_BIN_DIR/resources/app-update.yml
3359+
if [ -f "$a" ]; then
3360+
rm -f "$a"
3361+
_echo "removed $a"
3362+
fi
3363+
33573364
_strip_bins_and_libs
33583365
_check_hardcoded_lib_dirs
33593366
_check_hardcoded_data_dirs

0 commit comments

Comments
 (0)