mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
parent
8c9de2d78c
commit
06abbadbb5
3 changed files with 11 additions and 1 deletions
10
debian/changelog
vendored
10
debian/changelog
vendored
|
@ -1,3 +1,13 @@
|
|||
rpi-imager (1.8.5) unstable; urgency=medium
|
||||
|
||||
* Retry downloads on HTTP2 errors.
|
||||
* Rename .desktop file to match DBus name, as some GNOME
|
||||
desktop environments expect it that way.
|
||||
* Disable Link Time Optimization as precaution against hard to
|
||||
trace bugs.
|
||||
|
||||
-- Floris Bos <bos@je-eigen-domein.nl> Sat, 20 Jan 2024 16:36:11 +0100
|
||||
|
||||
rpi-imager (1.8.4) unstable; urgency=medium
|
||||
|
||||
* OS customisation: Fixed #531, which caused password entry
|
||||
|
|
|
@ -342,7 +342,7 @@ else()
|
|||
|
||||
install(TARGETS rpi-imager DESTINATION bin)
|
||||
install(FILES icons/rpi-imager.png DESTINATION share/icons/hicolor/128x128/apps)
|
||||
install(FILES linux/rpi-imager.desktop DESTINATION share/applications)
|
||||
install(FILES linux/org.raspberrypi.rpi-imager.desktop DESTINATION share/applications)
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/rpi-imager.metainfo.xml" DESTINATION share/metainfo)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue