diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-10-12 12:33:24 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-10-12 12:33:24 +0900 |
commit | efb1928d51655154d30cd8cbf097c03480ef0d2a (patch) | |
tree | 08434426d8fe386b0b8924ebcb3d2591671a2429 /packaging | |
parent | fcb09c80785f9d6db2bafd3255fb450a0e2c0c03 (diff) | |
download | subsurface-efb1928d51655154d30cd8cbf097c03480ef0d2a.tar.gz |
Add translation files to the Windows installer package
A lot more needs to happen for localization on Windows, but this is the
first step.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/subsurface.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index 7d896f126..5a63f3733 100644 --- a/packaging/windows/subsurface.nsi +++ b/packaging/windows/subsurface.nsi @@ -133,6 +133,7 @@ Section File dll\pthreadGC2.dll File dll\zlib1.dll File subsurface.ico + File /r ..\..\locale # Store installation folder in registry WriteRegStr HKCU "Software\Subsurface" "" $INSTDIR |