Skip to content
Snippets Groups Projects
Commit 943df9b6 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

make-icecat: hardcode icecat version in distribution.ini

parent df96d2e3
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,6 @@ SIGNKEY="D7E04784"
. ./config
ICEATVERSION=$(head -n1 debian/changelog |sed 's/.*(//; s/).*//')
cat << EOF >> browser/app/profile/icecat.js
// Preferences for the Get Add-ons panel
pref ("extensions.webservice.discoverURL", "https://trisquel.info/browser-plain");
......@@ -45,7 +43,7 @@ find . -type f |grep duckduckgo |xargs sed -i '/value/s/gnu/trisquel/'
cat << EOF > debian/distribution.ini
[Global]
id=trisquel
version=$ICEATVERSION
version=1.0
about=IceCat for Trisquel GNU/Linux
[Preferences]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment