Athanasius
72bed8fc17
Add Swedish, sv-SE, to .wxs file for installation
2020-07-05 19:30:22 +01:00
Athanasius
2dddffd1f7
Add the new languages to the installed files.
...
* You need to add a 'Directory' entry for the new file *and* then list it in 'Features'.
* Translations.md updated with the necessary steps.
closes #547
2020-07-02 15:59:10 +01:00
Athanasius
b24ad5313b
Add Slovenian (Slovenia) to installer languages.
2020-07-01 16:10:16 +01:00
Athanasius
aff1b89b48
Add sr-Latn-BA to the installer languages
...
If we're supporting it now in-app then it should be in the installer
as well.
2020-07-01 15:55:37 +01:00
Jonathan Harris
6e8f667daa
Fixes for Sparkle & WinSparkle updating
2020-06-21 16:32:08 +01:00
Jonathan Harris
413865e4d1
Packaging cleanups
2020-06-21 16:31:42 +01:00
Jonathan Harris
14ed4bd888
Revert some non-Python3 related changes
2020-06-21 16:31:40 +01:00
Athanasius
f21729ceb4
exe: Cull lib/tcl/tzdata from .wxs
2020-06-21 16:28:29 +01:00
Athanasius
b19a54f980
exe: cull lib/tk/msgs/ from .wxs
2020-06-21 16:28:29 +01:00
Athanasius
d2d960c5d3
exe: Cull lib/tk/images/ from .wxs
2020-06-21 16:28:29 +01:00
Athanasius
85b82f46d7
exe: Cull lib/tk/demos/ from .wxs
2020-06-21 16:28:29 +01:00
Athanasius
25b9470b58
exe: Culls lib/tcl/msgs/ from .wxs
2020-06-21 16:28:29 +01:00
Athanasius
f41cb3e295
exe: Culls all lib/tcl/encoding from .wxs
2020-06-21 16:28:29 +01:00
Athanasius
1f1946f80d
Force inclusion of sqlite3.dll
...
*) There's a bug in py2exe meaning sqlite3.dll doesn't get pulled in
by listing it in packages. So we fudge it, assuming it's in
<sys.base_prefix>/DLLs/sqlite3.dll (which is the case for Python 3.2
32-bit on Windows).
Bug report filed:
<https://github.com/albertosottile/py2exe/issues/23 >
*) Adds sqlite3.dll back into .wxs file
2020-06-21 16:24:15 +01:00
Athanasius
b8d60cf2ac
exe: Restore library.zip to .wxs
...
I'd only removed this due to accidentally using "zipfile=None" in the
setup.py previously. So of course I had no library.zip and took it out
of .wxs to suppress file not found errors.
But without this python won't find the necessary files.
2020-06-21 16:24:15 +01:00
Athanasius
9d3ec547e2
exe: Fixes <Feature><ComponentRef ...> where GUID is explicit
2020-06-21 16:24:15 +01:00
Athanasius
4d45646c15
exe: Successful .msi build!
...
*) .wxs <Feature> updated to match the defined Components
*) That exit() removed from cp37-setup.py so the WiX build runs
2020-06-21 16:24:15 +01:00
Athanasius
05269edf49
exe: Correct .wxs GUIDs.
...
1) Those with specific GUIDs only have them for historical reasons.
2) They need to keep the same GUID, else the installer will be
unhappy.
3) New files should use "*" for a path-based GUID.
2020-06-21 16:23:02 +01:00
Athanasius
4ee1510862
Updates build config for EDCD, tweaked copyright, and latest WiX
...
* Change instances of 'Marginal' to 'EDCD'. Including github URLs.
* Update SDKPATH and WIXPATH to the latest versions.
* Removes un-necessary attempt at including VCredist file. This isn't
needed on any Windows 10 version that is vaguely current (tested on
1909).
* Adds the following to the EDMarketConnector.wxs <Product Id ...>
section so that any new version definitely replaces any older one:
InstallScope="perMachine"
without this it defaults to a per-user install, and you end up with
the prior Marginal-era EDMC allegedly still installed as well, even
though they're installed into the same path.
See commit 1beca864d362625f983cc9465125124ffada4ae2 in the python3
branch.
* Appends ", 2020 Athanasius" to the copyright notices in setup.py.
This will likely change to ", 2020 EDCD" pending EDCD Council
approval.
2020-06-17 16:42:17 +01:00
Jonathan Harris
3b321df6b0
Use "Euro Caps" font with transparent theme
...
Addresses #412
2019-04-07 14:56:58 +01:00
Jonathan Harris
7133d7389b
Correct application name in Windows protocol handler
2018-12-28 18:48:24 +00:00
Jonathan Harris
f17f5d3f25
PKCE OAuth2 access to cAPI
2018-12-28 03:32:26 +00:00
Jonathan Harris
cc4390de49
Switch EDDN integration to a plugin
2018-11-18 01:52:05 +00:00
Jonathan Harris
6bffcf473e
Also fixup rare commodities
2018-08-01 00:23:47 +01:00
Jonathan Harris
9947e9a919
Add Chinese (Simplified) translation courtesy of @zhixianwu
2018-07-07 16:35:16 +01:00
Jonathan Harris
12acab21a1
Add Portuguese (Portugal) translation courtesy of @idontcare1996
2018-07-02 23:25:00 +01:00
Jonathan Harris
fa76aa61e9
Add Hungarian translation courtesy of hermattila
2018-05-12 20:09:03 +01:00
Jonathan Harris
228b6ee38d
Fix packaging of new plugins
2018-04-05 00:25:46 +01:00
Jonathan Harris
0eaa61bdd9
Make system and station info websites configurable
2018-04-03 01:03:07 +01:00
Jonathan Harris
ab7850bb2d
Add Inara plugin
2017-11-12 04:04:52 +00:00
Jonathan Harris
a8c34a1ec7
Add Portuguese (Brazil) translation courtesy of Cmdr Pivatto et al
2017-10-19 17:32:34 +01:00
Jonathan Harris
c2a17e60ca
Collate commodities indexed by id and including symbolic name
...
Use collated info in export to older tools.
2017-09-23 12:58:53 +01:00
Jonathan Harris
71734d24b7
Include shutil, sqlite3 and zipfile for plugins on Windows
2017-08-19 16:03:39 +01:00
Jonathan Harris
b206015eef
Put plugins and strings in their own folders in packaged app
...
Load plugins with name 'plugin_*' in order to not pollute the global namespace.
Addresses #230
2017-08-16 14:36:12 +01:00
Jonathan Harris
eb2fa87a4b
Always launch after installation
2017-07-29 15:36:44 +01:00
Jonathan Harris
e810b87dd4
Switch EDSM integration to a plugin
2017-07-29 15:36:44 +01:00
Jonathan Harris
fe0835be10
Switch eddb integration to a plugin
2017-07-29 14:42:00 +01:00
Jonathan Harris
1eae133ed5
Be more careful when checking pre-existing install location
2017-06-19 19:03:18 +01:00
Jonathan Harris
9240153172
Update translations
...
Remove outdated Slovenian translation.
2017-05-03 16:56:52 +01:00
Jonathan Harris
c3e5aa5753
Add Serbian (Latin) translation courtesy of Cmdr SuperBrain
2017-05-02 03:14:45 +01:00
Jonathan Harris
b8dfbbc39a
Add Finnish translation courtesy of Cmdr FreezeFINN
2017-05-02 02:49:31 +01:00
Jonathan Harris
69e57eaec9
Remember custom INSTALLDIR on upgrade
2016-02-28 12:46:10 +00:00
Jonathan Harris
28e3b87707
Relaunch app after upgrade on Windows.
...
Fixes #93 on Windows.
2016-02-25 19:44:30 +00:00
Jonathan Harris
035f6bbc63
Add Japanese translation
2016-02-17 03:05:35 +00:00
Jonathan Harris
b29dd65d6c
Add modules and ships databases to Windows package
...
Should have been included in 2995d74.
2016-01-28 12:32:26 +00:00
Jonathan Harris
7ef0447232
Add Czech translation courtesy of Cmdrs CatfoodCZ,
...
Mike Stix & DaraCZ.
2016-01-28 12:32:26 +00:00
Jonathan Harris
47d757ffbb
Fix for LGHT0204 error ICE39.
2016-01-02 01:59:15 +00:00
Jonathan Harris
1fa4ae279f
Add Latvian translation courtesy of Cmdr bubis7.
2015-12-30 17:08:19 +00:00
Jonathan Harris
4d0ba5efab
Add Dutch translation courtesy of Cmdr CoolBreeze.
2015-12-30 15:34:38 +00:00
Jonathan Harris
82b1702143
Add Russian translation.
2015-12-23 03:13:59 +00:00