Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
6981d250
Commit
6981d250
authored
Jan 02, 2012
by
Sebastian Eichelbaum
Browse files
[FIX] removed desktop file creation. not working properly.
parent
9635c930
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
13 deletions
+3
-13
tools/release/owpack
tools/release/owpack
+3
-13
No files found.
tools/release/owpack
View file @
6981d250
...
...
@@ -198,24 +198,14 @@ Builder_TGZ()
# get back to working dir and go install dir
cd
$BUILDER_PREFIX_DIR_REL
# this is a convenience thing: copy the .desktop file to the install prefix dir so the user can click this file and startup openwalnut
echo
"[Desktop Entry]"
>
openwalnut.desktop
echo
"Categories=Education;Science;"
>>
openwalnut.desktop
echo
"Exec=/usr/bin/openwalnut"
>>
openwalnut.desktop
echo
"Name=OpenWalnut"
>>
openwalnut.desktop
echo
"Icon=share/pixmaps/openwalnut.png"
>>
openwalnut.desktop
echo
"X-KDE-StartupNotify=true"
>>
openwalnut.desktop
echo
"Terminal=false"
>>
openwalnut.desktop
echo
"Type=Application"
>>
openwalnut.desktop
# tar these files
tar
cvfz openwalnut.tgz openwalnut
tar
cvfz openwalnut
-
$WORKING_DIR_POSTFIX
.tgz openwalnut
if
[
$?
-ne
0
]
;
then
echo
" * unable to tar the build files."
cd
..
exit
1
fi
tar
cvfz openwalnut-doc.tgz openwalnut-doc
tar
cvfz openwalnut-doc
-
$WORKING_DIR_POSTFIX
.tgz openwalnut-doc
if
[
$?
-ne
0
]
;
then
echo
" * unable to tar the build files."
cd
..
...
...
@@ -224,7 +214,7 @@ Builder_TGZ()
# copy archive to release dir
echo
"* Copy files to release dir
\"
$RELEASE_DIR
\"
."
cp
openwalnut
.tgz openwalnut-doc
.tgz ../../
$RELEASE_DIR
cp
openwalnut
*
.tgz ../../
$RELEASE_DIR
if
[
$?
-ne
0
]
;
then
echo
" * Failed to copy to release dir."
exit
1
...
...
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