Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Uploader
Commits
860059e6
Commit
860059e6
authored
Oct 08, 2019
by
Matija Obreza
Browse files
Consistent build package names
parent
6f64d564
Changes
3
Hide whitespace changes
Inline
Side-by-side
anno-gui-package/bin/assembly-linux-gtk32.xml
View file @
860059e6
...
...
@@ -6,7 +6,7 @@
<formats>
<format>
zip
</format>
</formats>
<baseDirectory>
${project.build.finalName}-
x
86
</baseDirectory>
<baseDirectory>
${project.build.finalName}-
i3
86
</baseDirectory>
<files>
<file>
<source>
bin/genesysmagic.sh
</source>
...
...
anno-gui-package/bin/assembly-win32.xml
View file @
860059e6
...
...
@@ -6,7 +6,7 @@
<formats>
<format>
zip
</format>
</formats>
<baseDirectory>
${project.build.finalName}-
x
86
</baseDirectory>
<baseDirectory>
${project.build.finalName}-
i3
86
</baseDirectory>
<files>
<file>
<source>
bin/Genesys Magic 32.exe
</source>
...
...
anno-gui-package/bin/assembly-win64.xml
View file @
860059e6
...
...
@@ -2,11 +2,11 @@
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"
>
<id>
win-x6
4
_64
</id>
<id>
win-x
8
6_64
</id>
<formats>
<format>
zip
</format>
</formats>
<baseDirectory>
${project.build.finalName}-x6
4
_64
</baseDirectory>
<baseDirectory>
${project.build.finalName}-x
8
6_64
</baseDirectory>
<files>
<file>
<source>
bin/Genesys Magic 64.exe
</source>
...
...
Write
Preview
Supports
Markdown
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