Improve release automation
This commit is contained in:
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ NOSS_VERSION=11.0.23
|
||||
ZERO_VERSION=v1.16
|
||||
ZERO_VERSION_B=`echo $(ZERO_VERSION) | tr -d 'v.'`
|
||||
LAST_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION).094
|
||||
LAUNCH_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION).094
|
||||
LAUNCH_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION).095
|
||||
|
||||
GO_COMPILER_OPTS = -a -tags netgo -ldflags '-w -extldflags "-static"'
|
||||
|
||||
|
@ -123,7 +123,7 @@ user_pref("browser.selfsupport.url", "");
|
||||
// PREF: Disable Firefox Hello (disabled) (Firefox < 49)
|
||||
// https://wiki.mozilla.org/Loop
|
||||
// https://support.mozilla.org/t5/Chat-and-share/Support-for-Hello-discontinued-in-Firefox-49/ta-p/37946
|
||||
// NOTICE-DISABLED: Firefox Hello requires setting `media.peerconnection.enabled` and `media.getusermedia.screensharing.enabled` to true, `security.OCSP.require` to false to work.
|
||||
// NOTICE-DISABLED: Firefox Hello requires setting "media.peerconnection.enabled" and "media.getusermedia.screensharing.enabled" to true, "security.OCSP.require" to false to work.
|
||||
//user_pref("loop.enabled", false);
|
||||
|
||||
// PREF: Disable Firefox Hello metrics collection
|
||||
|
@ -108,7 +108,7 @@ user_pref("browser.selfsupport.url", "");
|
||||
// PREF: Disable Firefox Hello (disabled) (Firefox < 49)
|
||||
// https://wiki.mozilla.org/Loop
|
||||
// https://support.mozilla.org/t5/Chat-and-share/Support-for-Hello-discontinued-in-Firefox-49/ta-p/37946
|
||||
// NOTICE-DISABLED: Firefox Hello requires setting `media.peerconnection.enabled` and `media.getusermedia.screensharing.enabled` to true, `security.OCSP.require` to false to work.
|
||||
// NOTICE-DISABLED: Firefox Hello requires setting "media.peerconnection.enabled" and "media.getusermedia.screensharing.enabled" to true, "security.OCSP.require" to false to work.
|
||||
//user_pref("loop.enabled", false);
|
||||
|
||||
// PREF: Disable Firefox Hello metrics collection
|
||||
|
Reference in New Issue
Block a user