summarylogtreecommitdiffstats
path: root/whatsapp-nativefier-nospellcheck-hook.install
blob: 0ea69d359efee722b0f3ee8443f1d5ef818d4eaa (plain)
1
2
3
4
post_install() {
	echo "Disabling spellcheck in the current whatsapp-nativefier install"
	sed -i 's/"spellcheck":true/"spellcheck":false/g' /opt/whatsapp-nativefier/resources/app/nativefier.json
}