Commit graph

7 commits

Author SHA1 Message Date
Floris Bos
64d271b092 Windows/NSIS installer: use signtool.exe found by CMake 2023-05-21 17:25:04 +02:00
Floris Bos
bb8b097c7d Windows: lazy load wlanapi.dll
Appearently wlanapi.dll (which we use to borrow the wlan password
from the computer running Imager) is not always present on the
server editions of Windows, so only load it if it exists.

Ref #584
2023-05-21 17:22:17 +02:00
maxnet
7ba382f454
Merge pull request #560 from bovirus/qml
Add on top left after program name program version
2023-03-24 15:38:42 +01:00
Floris Bos
6dc2f3e58e Refactor WLAN PSK retrieval code
- Reduce platform specific code in ImageWriter class,
  and move that to seperate classes.
- Use API calls to get current SSID on Windows and Linux instead
  of launching command line utilities.
2023-03-10 18:37:22 +01:00
bovirus
3094d5f316
Update rpi-imager.nsi.in
Add Product Version info in installer exe file properties.
2023-03-04 15:51:45 +01:00
bovirus
623641fc3f
Add on top left after progran name program version
It's useful to check in any window of instalelr whick is the evrsion that yoiur are installing.
2023-03-04 15:46:24 +01:00
Floris Bos
033ff07abf Move source files to /src 2022-02-14 10:07:15 +01:00