mirror of
https://github.com/Maximus5/ConEmu.git
synced 2025-05-09 01:01:08 +08:00
Internal. Set github as a primary download mirror
This commit is contained in:
parent
03c48ab024
commit
1dc80e9202
@ -14,6 +14,7 @@ pushd "%~dp0.."
|
||||
|
||||
set L10N_PATH=Release/ConEmu/ConEmu.l10n
|
||||
|
||||
echo Calling "%PYTHON3%" "%~dp0l10n.py" --l10n %L10N_PATH% --tx-pull all --write-l10n
|
||||
call "%PYTHON3%" "%~dp0l10n.py" --l10n %L10N_PATH% --tx-pull all --write-l10n
|
||||
if errorlevel 1 (
|
||||
echo [1;31;40mFailed to load updated translations from transifex[0m
|
||||
|
@ -157,7 +157,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
//#define CONEMU_ANIMATE_DURATION_MAX 5000
|
||||
|
||||
const wchar_t* gsHomePage = CEHOMEPAGE; //L"https://conemu.github.io";
|
||||
const wchar_t* gsDownlPage = CEDOWNLPAGE; //L"https://www.fosshub.com/ConEmu.html";
|
||||
const wchar_t* gsDownlPage = CEDOWNLPAGE; //L"https://conemu.github.io/en/Downloads.html";
|
||||
const wchar_t* gsFirstStart = CEFIRSTSTART; //L"https://conemu.github.io/en/SettingsFast.html";
|
||||
const wchar_t* gsReportBug = CEREPORTBUG; //L"https://conemu.github.io/en/Issues.html";
|
||||
const wchar_t* gsReportCrash = CEREPORTCRASH; //L"https://conemu.github.io/en/Issues.html";
|
||||
|
@ -539,7 +539,7 @@ bool CheckLockFrequentExecute(DWORD& Tick, DWORD Interval);
|
||||
#define LockFrequentExecuteStatic(Interval) static DWORD LastExecuteTick; if (CheckLockFrequentExecute(LastExecuteTick,Interval))
|
||||
|
||||
extern const wchar_t* gsHomePage; // = L"https://conemu.github.io";
|
||||
extern const wchar_t* gsDownlPage; // = L"http://www.fosshub.com/ConEmu.html";
|
||||
extern const wchar_t* gsDownlPage; // = L"https://conemu.github.io/en/Downloads.html";
|
||||
extern const wchar_t* gsFirstStart; // = L"https://conemu.github.io/en/SettingsFast.html";
|
||||
extern const wchar_t* gsReportBug; // = L"https://conemu.github.io/en/Issues.html";
|
||||
extern const wchar_t* gsReportCrash; // = L"https://conemu.github.io/en/Issues.html";
|
||||
|
@ -44,11 +44,11 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#define szRetryVersionIniCheck \
|
||||
L"ConEmu is unable to load current version information from servers.\n" \
|
||||
L"You may either check and download new versions manually from\n" \
|
||||
CEDOWNLPAGE /* http://www.fosshub.com/ConEmu.html */ L"\n" \
|
||||
CEDOWNLPAGE /* https://conemu.github.io/en/Downloads.html */ L"\n" \
|
||||
L"or let ConEmu retry the check.\n"
|
||||
|
||||
#define szRetryPackageDownload \
|
||||
L"ConEmu is unable to download update package.\n" \
|
||||
L"You may either download new versions manually from\n" \
|
||||
CEDOWNLPAGE /* http://www.fosshub.com/ConEmu.html */ L"\n" \
|
||||
CEDOWNLPAGE /* https://conemu.github.io/en/Downloads.html */ L"\n" \
|
||||
L"or let ConEmu retry the downloading.\n"
|
||||
|
@ -125,7 +125,7 @@ typedef struct _CONSOLE_SELECTION_INFO
|
||||
|
||||
#define CEHOMEPAGE_A "https://conemu.github.io/"
|
||||
#define CEHOMEPAGE _CRT_WIDE(CEHOMEPAGE_A)
|
||||
#define CEDOWNLPAGE L"https://www.fosshub.com/ConEmu.html"
|
||||
#define CEDOWNLPAGE L"https://conemu.github.io/en/Downloads.html"
|
||||
#define CEFLATTRPAGE L"http://flattr.com/thing/2002773/Maximus5ConEmu-on-GitHub"
|
||||
#define CEDONATEPAGE L"https://conemu.github.io/donate.html"
|
||||
#define CEWIKIBASE L"https://conemu.github.io/en/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user