11:: Name: install.bat
22:: Purpose: Builds Windows Installer for Firefox with uProxy
33:: Version: 0.1.1
4- :: uProxy version: 0.8.39
4+ :: uProxy version: 0.8.40
55
66@ ECHO OFF
77SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
@@ -10,7 +10,7 @@ REM Current directory path
1010SET parent = %~dp0
1111
1212REM URL to get the uProxy add-on, get here: https://addons.mozilla.org/en-US/firefox/addon/uproxy-firefox/
13- SET uproxyAddonURL = https://addons.mozilla.org/firefox/downloads/file/421107 /uproxy_beta-0.8.39 -fx-windows.xpi
13+ SET uproxyAddonURL = https://addons.mozilla.org/firefox/downloads/file/428554 /uproxy_beta-0.8.40 -fx-windows.xpi
1414
1515REM Set version and language with default values
1616SET version = 45.0.1
@@ -151,14 +151,18 @@ FOR %%s in (%languages%) DO (
151151 ECHO remove " welcome/images/3.svg" >> !uninstallFile!
152152 ECHO remove " welcome/images/addon.svg" >> !uninstallFile!
153153 ECHO remove " welcome/images/blogger.svg" >> !uninstallFile!
154+ ECHO remove " welcome/images/close.svg" >> !uninstallFile!
154155 ECHO remove " welcome/images/discuss.svg" >> !uninstallFile!
155156 ECHO remove " welcome/images/dots.gif" >> !uninstallFile!
156157 ECHO remove " welcome/images/facebook.svg" >> !uninstallFile!
157158 ECHO remove " welcome/images/favicon.png" >> !uninstallFile!
158159 ECHO remove " welcome/images/favicon.svg" >> !uninstallFile!
160+ ECHO remove " welcome/images/faq1.svg" >> !uninstallFile!
161+ ECHO remove " welcome/images/faq2.svg" >> !uninstallFile!
159162 ECHO remove " welcome/images/github.svg" >> !uninstallFile!
160163 ECHO remove " welcome/images/globe.svg" >> !uninstallFile!
161164 ECHO remove " welcome/images/gplus.svg" >> !uninstallFile!
165+ ECHO remove " welcome/images/green-logo.svg" >> !uninstallFile!
162166 ECHO remove " welcome/images/line.svg" >> !uninstallFile!
163167 ECHO remove " welcome/images/logo.svg" >> !uninstallFile!
164168 ECHO remove " welcome/images/pattern.gif" >> !uninstallFile!
0 commit comments