Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
dece1615
Commit
dece1615
authored
Dec 7, 2018
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
packaging: copy license to release directory and fix nsis
Change-Id: Ib8baea07009e1e8343f5c12f0d2445bbd9e471a4
parent
064451e1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
copy-runtime-files.ps1
+1
-0
1 addition, 0 deletions
copy-runtime-files.ps1
ring.nsi
+6
-6
6 additions, 6 deletions
ring.nsi
with
7 additions
and
6 deletions
copy-runtime-files.ps1
+
1
−
0
View file @
dece1615
...
@@ -34,6 +34,7 @@ $FilesToCopy = @(
...
@@ -34,6 +34,7 @@ $FilesToCopy = @(
"
$ClientDir
\winsparkle\x64\Release\WinSparkle.dll"
,
"
$ClientDir
\winsparkle\x64\Release\WinSparkle.dll"
,
"
$ClientDir
\ring.nsi"
,
"
$ClientDir
\ring.nsi"
,
"
$ClientDir
\images\ring.ico"
"
$ClientDir
\images\ring.ico"
"
$ClientDir
\License.rtf"
)
)
foreach
(
$i
in
$FilesToCopy
)
{
foreach
(
$i
in
$FilesToCopy
)
{
write-host
"copying: "
$i
" => "
$OutDir
write-host
"copying: "
$i
" => "
$OutDir
...
...
This diff is collapsed.
Click to expand it.
ring.nsi
+
6
−
6
View file @
dece1615
...
@@ -146,17 +146,17 @@ section "install"
...
@@ -146,17 +146,17 @@ section "install"
file "icudtl.dat"
file "icudtl.dat"
file *.dll
file *.dll
setOutPath $INSTDIR\platforms
setOutPath $INSTDIR\platforms
file platforms
/
*
file platforms
\
*
setOutPath $INSTDIR\imageformats
setOutPath $INSTDIR\imageformats
file imageformats
/
*
file imageformats
\
*
setOutPath $INSTDIR\sqldrivers
setOutPath $INSTDIR\sqldrivers
file sqldrivers
/
*
file sqldrivers
\
*
setOutPath $INSTDIR\ringtones
setOutPath $INSTDIR\ringtones
file ringtones
/
*
file ringtones
\
*
setOutPath $INSTDIR\share\ring\translations
setOutPath $INSTDIR\share\ring\translations
file share
/
ring
/
translations
/
*
file share
\
ring
\
translations
\
*
setOutPath $INSTDIR\share\libringclient\translations
setOutPath $INSTDIR\share\libringclient\translations
file share
/
libringclient
/
translations
/
*
file share
\
libringclient
\
translations
\
*
# Uninstaller - See function un.onInit and section "uninstall" for configuration
# Uninstaller - See function un.onInit and section "uninstall" for configuration
writeUninstaller "$INSTDIR\uninstall.exe"
writeUninstaller "$INSTDIR\uninstall.exe"
...
...
This diff is collapsed.
Click to expand it.
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