Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
6202b29b
Commit
6202b29b
authored
Nov 20, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix win32 webplugin packaging
parent
0471d6ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
extras/package/win32/package.mak
extras/package/win32/package.mak
+3
-2
No files found.
extras/package/win32/package.mak
View file @
6202b29b
...
...
@@ -112,6 +112,7 @@ package-win-strip: package-win-common
package-win32-webplugin-common
:
package-win-strip
mkdir
-p
"
$(win32_xpi_destdir)
/"
cp
-r
$(win32_destdir)
/plugins/
"
$(win32_xpi_destdir)
/"
find
$(prefix)
-maxdepth
4
-name
"*
$(LIBEXT)
"
-exec
cp
{}
"
$(win32_xpi_destdir)
/"
\;
cp
$(top_builddir)
/npapi-vlc/npapi/npvlc.dll.manifest
"
$(win32_xpi_destdir)
/plugins/"
...
...
@@ -121,12 +122,12 @@ package-win32-webplugin-common: package-win-strip
package-win32-xpi
:
package-win32-webplugin-common
cp
$(top_builddir)
/npapi-vlc/npapi/install.rdf
"
$(win32_xpi_destdir)
"
cp
$(top_builddir)
/npapi-vlc/npapi/install.rdf
"
$(win32_xpi_destdir)
/
"
cd
$(win32_xpi_destdir)
&&
zip
-r
"../vlc-
$(VERSION)
.xpi"
install.rdf plugins
package-win32-crx
:
package-win32-webplugin-common
cp
$(top_builddir)
/npapi-vlc/npapi/manifest.json
"
$(win32_xpi_destdir)
"
cp
$(top_builddir)
/npapi-vlc/npapi/manifest.json
"
$(win32_xpi_destdir)
/
"
crxmake
--pack-extension
"
$(win32_xpi_destdir)
"
\
--extension-output
"
$(win32_destdir)
/vlc-
$(VERSION)
.crx"
--ignore-file
install.rdf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment