oxmc
108c1cce75
Update build-macos.yml
2024-03-12 23:51:14 -07:00
oxmc
7a6a845acc
Update build-windows.yml
2024-03-12 23:41:47 -07:00
oxmc
4088351915
Update build-ubuntu-deb.yml
2024-03-12 23:40:59 -07:00
oxmc
38e45c75e5
Update build-macos.yml
2024-03-12 23:40:15 -07:00
oxmc
78dab7631c
Update build-ubuntu-deb.yml
2024-03-12 23:17:54 -07:00
oxmc
56e5494ee0
Update build-ubuntu-deb.yml
2024-03-12 23:13:51 -07:00
oxmc
ff32764f2d
Update build-macos.yml
2024-03-12 23:12:22 -07:00
oxmc
ab7fdf9833
Update build-windows.yml
2024-03-12 23:10:06 -07:00
oxmc
62bc65b396
Update build-macos.yml
2024-03-12 22:59:14 -07:00
oxmc
b8e75e0a07
Update build-macos.yml
2024-03-12 22:42:55 -07:00
oxmc
b1c2f9c17f
Update build-macos.yml
2024-03-12 22:32:10 -07:00
oxmc
f3697ec5ae
Update build-macos.yml
2024-03-12 22:19:42 -07:00
oxmc
ba6da8674a
Update build-macos.yml
2024-03-12 21:51:33 -07:00
oxmc
760b8a2461
Update build-macos.yml
2024-03-12 21:39:08 -07:00
oxmc
3b7149bcfd
Update build-macos.yml
2024-03-12 21:27:06 -07:00
oxmc
590aaba6c8
Update build-macos.yml
2024-03-12 21:25:30 -07:00
oxmc
b215af6ab7
Update build-macos.yml
2024-03-12 21:19:12 -07:00
oxmc
e75183daf8
Update build-macos.yml
2024-03-12 20:55:02 -07:00
oxmc
955884c94a
Update build-ubuntu-deb.yml
2024-03-12 20:51:40 -07:00
oxmc
e01393e964
Fix icon in ubuntu
2024-03-12 20:43:24 -07:00
oxmc
589567017e
Fix langbar in embedded mode
2024-03-12 13:23:55 -07:00
oxmc
e53913b4f8
Update build-windows.yml
2024-03-12 13:23:20 -07:00
oxmc
ce120cafca
Update build-windows.yml
2024-03-12 13:17:43 -07:00
oxmc
519d5bc923
Update build-windows.yml
2024-03-12 12:48:55 -07:00
oxmc
68ec0753ab
Update build-ubuntu-deb.yml
2024-03-12 12:47:52 -07:00
oxmc
61cf6a1cc1
Update icons and oslist
2024-02-29 13:52:25 -08:00
oxmc
8a41e3adbf
Move embedded to recoveryos repo
2024-02-29 01:15:52 -08:00
oxmc
9114b44126
Hopefully fix icon issues
2023-07-16 23:08:13 -07:00
oxmc
20c30b2e62
Update build-ubuntu-deb.yml
2023-07-16 22:30:44 -07:00
oxmc
e2039b4a46
Update and rename rpi-imager.desktop to hooverhigh-imager.desktop
2023-07-16 22:27:06 -07:00
oxmc
25b735623e
Rename rpi-imager.metainfo.xml.in to hooverhigh-imager.metainfo.xml.in
2023-07-16 22:26:35 -07:00
oxmc
deb45fa248
Update filenames
2023-06-28 20:57:34 -07:00
oxmc
deaad77114
Add download from url option in menu
2023-05-23 18:11:42 -07:00
oxmc
ea0a56f499
Rebrand to HooverHigh
2023-05-22 19:14:28 -07:00
oxmc
376ec9505a
Update main.cpp
2023-05-22 12:50:52 -07:00
oxmc
365e01d1fe
Update imagewriter.cpp
2023-05-22 12:16:15 -07:00
oxmc
64325d39ad
Update imagewriter.h
2023-05-22 12:16:08 -07:00
oxmc
5dfe398d37
Update main.cpp
2023-05-22 12:03:10 -07:00
oxmc
c4671d6cd0
Update imagewriter.h
2023-05-22 11:59:14 -07:00
oxmc
cdc7675ea1
Update imagewriter.cpp
2023-05-22 11:58:39 -07:00
oxmc
b183d9ba90
Update main.qml
2023-05-22 11:53:15 -07:00
oxmc
53f33f0a0f
Update config.h
2023-05-22 11:52:06 -07:00
oxmc
083fe3d505
Merge branch 'raspberrypi:qml' into qml
2023-05-22 11:44:48 -07:00
Floris Bos
b49408781a
Bump version number
2023-05-22 19:04:41 +02:00
Floris Bos
60c53db98c
Windows: fix handling of .zip files
...
If set(ZLIB_INCLUDE_PATH value) is called without setting cache,
and find_package(zlib) is called twice, the second call fails.
Behavior described here: https://gitlab.kitware.com/cmake/cmake/-/issues/21343
It seems that the new libcurl version also calls find_package(zlib)
so the second call by libarchive fails. And without zlib support
handling .zip files that use deflate compression does not work.
Only affected Windows, because we are only using a bundled zlib
there.
On Linux system libarchive and system zlib is used.
On Mac OS X bundled libarchive, but system zlib is used.
Ref #586
2023-05-22 10:50:20 +02:00
Floris Bos
e490ec1c4d
Windows: fix depreceation warnings
...
- winsock2.h should be included before windows.h
- QProcess::execute('name') -> QProcess::execute('name', args);
2023-05-22 10:46:07 +02:00
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
oxmc
a6f319231d
Create build-windows.yml
2023-05-18 15:28:36 -07:00
oxmc
964158313b
Update main.qml
2023-05-18 15:14:55 -07:00