mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-11 15:44:26 +01:00
nsi: Add gst-play-1.0.exe
This commit is contained in:
parent
56180ca419
commit
46224fe9b8
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -1120,7 +1120,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy extra binaries
|
- name: Copy extra binaries
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: cp /strawberry-mxe/usr/${{matrix.arch}}-w64-mingw32.shared/bin/{sqlite3.exe,gst-launch-1.0.exe,gst-discoverer-1.0.exe,libsoup-3.0-0.dll,libnghttp2.dll} .
|
run: cp /strawberry-mxe/usr/${{matrix.arch}}-w64-mingw32.shared/bin/{sqlite3.exe,gst-launch-1.0.exe,gst-play-1.0.exe,gst-discoverer-1.0.exe,libsoup-3.0-0.dll,libnghttp2.dll} .
|
||||||
|
|
||||||
- name: Copy extra binaries (debug)
|
- name: Copy extra binaries (debug)
|
||||||
if: matrix.build_type == 'debug'
|
if: matrix.build_type == 'debug'
|
||||||
@ -1358,6 +1358,7 @@ jobs:
|
|||||||
copy ${{env.prefix_path_backslash}}\bin\libcrypto-3*.dll
|
copy ${{env.prefix_path_backslash}}\bin\libcrypto-3*.dll
|
||||||
copy ${{env.prefix_path_backslash}}\bin\soup-3.0-0.dll
|
copy ${{env.prefix_path_backslash}}\bin\soup-3.0-0.dll
|
||||||
copy ${{env.prefix_path_backslash}}\bin\gst-launch-1.0.exe
|
copy ${{env.prefix_path_backslash}}\bin\gst-launch-1.0.exe
|
||||||
|
copy ${{env.prefix_path_backslash}}\bin\gst-play-1.0.exe
|
||||||
copy ${{env.prefix_path_backslash}}\bin\gst-discoverer-1.0.exe
|
copy ${{env.prefix_path_backslash}}\bin\gst-discoverer-1.0.exe
|
||||||
copy ${{env.prefix_path_backslash}}\bin\sqlite3.exe
|
copy ${{env.prefix_path_backslash}}\bin\sqlite3.exe
|
||||||
|
|
||||||
|
2
dist/windows/strawberry.nsi.in
vendored
2
dist/windows/strawberry.nsi.in
vendored
@ -235,6 +235,7 @@ Section "Strawberry" Strawberry
|
|||||||
File "strawberry.ico"
|
File "strawberry.ico"
|
||||||
File "sqlite3.exe"
|
File "sqlite3.exe"
|
||||||
File "gst-launch-1.0.exe"
|
File "gst-launch-1.0.exe"
|
||||||
|
File "gst-play-1.0.exe"
|
||||||
File "gst-discoverer-1.0.exe"
|
File "gst-discoverer-1.0.exe"
|
||||||
|
|
||||||
; MinGW specific files
|
; MinGW specific files
|
||||||
@ -790,6 +791,7 @@ Section "Uninstall"
|
|||||||
Delete "$INSTDIR\strawberry.ico"
|
Delete "$INSTDIR\strawberry.ico"
|
||||||
Delete "$INSTDIR\sqlite3.exe"
|
Delete "$INSTDIR\sqlite3.exe"
|
||||||
Delete "$INSTDIR\gst-launch-1.0.exe"
|
Delete "$INSTDIR\gst-launch-1.0.exe"
|
||||||
|
Delete "$INSTDIR\gst-play-1.0.exe"
|
||||||
Delete "$INSTDIR\gst-discoverer-1.0.exe"
|
Delete "$INSTDIR\gst-discoverer-1.0.exe"
|
||||||
|
|
||||||
; MinGW specific files
|
; MinGW specific files
|
||||||
|
Loading…
Reference in New Issue
Block a user