Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
293b4927
Commit
293b4927
authored
Aug 12, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XPI: use win32/win64 as package name
Ref #11856
parent
63a3b568
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extras/package/win32/package.mak
extras/package/win32/package.mak
+2
-2
No files found.
extras/package/win32/package.mak
View file @
293b4927
...
...
@@ -117,13 +117,13 @@ package-win32-webplugin-common: package-win-strip
package-win32-xpi
:
package-win32-webplugin-common
cp
$(top_builddir)
/npapi-vlc/npapi/package/install.rdf
"
$(win32_xpi_destdir)
/"
cd
$(win32_xpi_destdir)
&&
zip
-r
-9
"../
vlc-
$(
VERSION)
.xpi"
install.rdf plugins
cd
$(win32_xpi_destdir)
&&
zip
-r
-9
"../
$(WIN
VERSION)
.xpi"
install.rdf plugins
package-win32-crx
:
package-win32-webplugin-common
cp
$(top_builddir)
/npapi-vlc/npapi/package/manifest.json
"
$(win32_xpi_destdir)
/"
crxmake
--pack-extension
"
$(win32_xpi_destdir)
"
\
--extension-output
"
$(win32_destdir)
/
vlc-
$(
VERSION)
.crx"
--ignore-file
install.rdf
--extension-output
"
$(win32_destdir)
/
$(WIN
VERSION)
.crx"
--ignore-file
install.rdf
# nsis is a 32-bits installer, we need to build a 32bits DLL
...
...
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