Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
419
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
6183c9af
Commit
6183c9af
authored
3 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Fix packaging for Win32 and macOS
parent
6ec8c0e0
No related branches found
Branches containing commit
No related tags found
1 merge request
!16
Fix packaging for Win32 and macOS
Pipeline
#90177
passed with stage
in 17 minutes and 29 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extras/package/macosx/package.mak
+1
-1
1 addition, 1 deletion
extras/package/macosx/package.mak
extras/package/win32/package.mak
+1
-1
1 addition, 1 deletion
extras/package/win32/package.mak
with
2 additions
and
2 deletions
extras/package/macosx/package.mak
+
1
−
1
View file @
6183c9af
...
...
@@ -100,7 +100,7 @@ package-macosx-zip: VLC.app
rm
-f
"
$(
top_builddir
)
/vlc-
$(
VERSION
)
.zip"
mkdir
-p
$(
top_builddir
)
/vlc-
$(
VERSION
)
/Goodies/
cp
-Rp
$(
top_builddir
)
/VLC.app
$(
top_builddir
)
/vlc-
$(
VERSION
)
/VLC.app
cd
$(
srcdir
);
cp
-R
AUTHORS COPYING README THANKS NEWS
$(
abs_top_builddir
)
/vlc-
$(
VERSION
)
/Goodies/
cd
$(
srcdir
);
cp
-R
AUTHORS COPYING README
.md
THANKS NEWS
$(
abs_top_builddir
)
/vlc-
$(
VERSION
)
/Goodies/
zip
-r
-y
-9
$(
top_builddir
)
/vlc-
$(
VERSION
)
.zip
$(
top_builddir
)
/vlc-
$(
VERSION
)
rm
-rf
"
$(
top_builddir
)
/vlc-
$(
VERSION
)
"
...
...
This diff is collapsed.
Click to expand it.
extras/package/win32/package.mak
+
1
−
1
View file @
6183c9af
...
...
@@ -54,7 +54,7 @@ endif
for
file
in
AUTHORS
THANKS
;
\
do
sed
's/@/_AT_/'
<
"$(srcdir)/$$file"
>
"$(win32_destdir)/$${file}.txt"
;
\
done
for
file
in
NEWS
COPYING
README;
\
for
file
in
NEWS
COPYING
README
.md
;
\
do
cp
"$(srcdir)/$$file"
"$(win32_destdir)/$${file}.txt"
;
\
done
...
...
This diff is collapsed.
Click to expand it.
Martin Finkel
@mfkl
mentioned in merge request
!50 (merged)
·
3 years ago
mentioned in merge request
!50 (merged)
mentioned in merge request !50
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment