[vlc-commits] [Git][videolan/vlc][3.0.x] package/win32: ensure the NSIS folder we are going to use exists
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Dec 6 16:20:50 UTC 2025
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
38d64f6c by Steve Lhomme at 2025-12-06T16:47:59+01:00
package/win32: ensure the NSIS folder we are going to use exists
(cherry-picked from 67c201f09f4e6b741ba71c59431a2ca2592bb137)
- - - - -
1 changed file:
- extras/package/win32/package.mak
Changes:
=====================================
extras/package/win32/package.mak
=====================================
@@ -134,6 +134,7 @@ endif
package-win32-src: package-win-strip
# Script installer
+ mkdir -p "$(win32_destdir)/NSIS/"
cp $(top_builddir)/extras/package/win32/NSIS/vlc.win32.nsi "$(win32_destdir)/"
cp $(top_builddir)/extras/package/win32/NSIS/spad.nsi "$(win32_destdir)/"
cp -r $(srcdir)/extras/package/win32/NSIS/languages "$(win32_destdir)/"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/38d64f6cb714475f8277a24c9d8316b1c213cecb
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/38d64f6cb714475f8277a24c9d8316b1c213cecb
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list