[vlc-commits] [Git][videolan/vlc][master] package/win32: ensure the NSIS folder we are going to use exists
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Dec 6 15:58:50 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
67c201f0 by Steve Lhomme at 2025-12-06T15:18:52+00:00
package/win32: ensure the NSIS folder we are going to use exists
- - - - -
1 changed file:
- extras/package/win32/package.mak
Changes:
=====================================
extras/package/win32/package.mak
=====================================
@@ -135,6 +135,7 @@ endif
package-win32-src: package-win-strip
if HAVE_MAKENSIS
# 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/67c201f09f4e6b741ba71c59431a2ca2592bb137
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/67c201f09f4e6b741ba71c59431a2ca2592bb137
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