A page in your DokuWiki was added or changed. Here are the details: Date : 2020/01/25 18:01 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0 IP-Address : 178.162.222.163 Hostname : 178.162.222.163.adsl.inet-telecom.org Old Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient... New Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient Edit Summary: Stop mentioning NSIS Unicode since we switched to the non-forked version again. User : ionic @@ -742,11 +742,11 @@ Previously, we used NSIS Unicode, but this project is stale and NSIS 3.x nowadays supports Unicode. Then, edit ''nsis/x2goclient.nsi'' and replace all instances of ''X2GOCLIENT_VERSION'' with the actual version, and any string at the end. For example, if you were doing a test build of fixing bug 123 on top of 4.0.3.2, use ''4.0.3.2-bug123'' as the version string. - Then, open ''nsis\x2goclient.nsi'' with NSIS Unicode. It will build an installer (''*-setup.exe'') and put it into the same directory. + Then, open ''nsis\x2goclient.nsi'' with NSIS. It will build an installer (''*-setup.exe'') and put it into the same directory. If you wish to build via the command-line, run: <code> - $ "C:\Program Files (x86)\NSIS\Unicode\makensis.exe" x2goclient.nsi + $ "C:\Program Files (x86)\NSIS\makensis.exe" x2goclient.nsi </code> (Adjust path if on 32-bit Windows.) -- This mail was generated by DokuWiki at https://wiki.x2go.org/