mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
parent
258f9d77aa
commit
62e9969afb
9 changed files with 307 additions and 10 deletions
9
windows/rpi-imager-cli.cmd
Normal file
9
windows/rpi-imager-cli.cmd
Normal file
|
@ -0,0 +1,9 @@
|
|||
@echo off
|
||||
|
||||
rem
|
||||
rem For scripting: call rpi-imager.exe and wait until it finished before continuing
|
||||
rem This is necessary because it is compiled as GUI application, and Windows
|
||||
rem normalling does not wait until those exit
|
||||
rem
|
||||
|
||||
start /WAIT rpi-imager.exe --cli %*
|
|
@ -244,6 +244,7 @@ File "deploy\Qt5Svg.dll"
|
|||
File "deploy\Qt5Widgets.dll"
|
||||
File "deploy\Qt5WinExtras.dll"
|
||||
File "deploy\rpi-imager.exe"
|
||||
File "deploy\rpi-imager-cli.cmd"
|
||||
SetOutPath "$INSTDIR\styles"
|
||||
File "deploy\styles\qwindowsvistastyle.dll"
|
||||
SetOutPath "$INSTDIR\QtQuick.2"
|
||||
|
@ -700,6 +701,7 @@ Delete "$INSTDIR\Qt5WinExtras.dll"
|
|||
# Old name
|
||||
Delete "$INSTDIR\imagingutility.exe"
|
||||
Delete "$INSTDIR\rpi-imager.exe"
|
||||
Delete "$INSTDIR\rpi-imager-cli.cmd"
|
||||
Delete "$INSTDIR\styles\qwindowsvistastyle.dll"
|
||||
Delete "$INSTDIR\QtQuick.2\plugins.qmltypes"
|
||||
Delete "$INSTDIR\QtQuick.2\qmldir"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue