Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
agkyra
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
agkyra
Commits
61568bcd
Commit
61568bcd
authored
9 years ago
by
Giorgos Korfiatis
Browse files
Options
Downloads
Patches
Plain Diff
adapt install scripts for resources dir
parent
eebcf962
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
get_nwjs.sh
+1
-1
1 addition, 1 deletion
get_nwjs.sh
make_package.sh
+3
-5
3 additions, 5 deletions
make_package.sh
with
4 additions
and
6 deletions
get_nwjs.sh
+
1
−
1
View file @
61568bcd
...
...
@@ -39,7 +39,7 @@ url="http://dl.nwjs.io/${VERSION}/"$file
echo
"Will first download nwjs."
AGKPATH
=
agkyra
NWJSPATH
=
$AGKPATH
/nwjs
NWJSPATH
=
$AGKPATH
/
resources/
nwjs
if
[
-d
$NWJSPATH
]
;
then
echo
"Warning: cleaning up
$NWJSPATH
."
rm
-r
$NWJSPATH
...
...
This diff is collapsed.
Click to expand it.
make_package.sh
+
3
−
5
View file @
61568bcd
...
...
@@ -42,15 +42,13 @@ rm -r $WHEELHOUSE
cp
$ROOTPATH
/COPYING
$TMPAGKYRA
cp
$ROOTPATH
/README.md
$TMPAGKYRA
cp
$ROOTPATH
/agkyra/scripts/
gui.py
$TMPAGKYRA
/agkyra
cp
$ROOTPATH
/agkyra/scripts/
agkyra
$TMPAGKYRA
/agkyra
cp
$ROOTPATH
/agkyra/scripts/cli.py
$TMPAGKYRA
/agkyra-cli
cd
$TMPDIR
ARCHIVENAME
=
$CURPWD
/agkyra-snapshot-
${
os
}
if
[[
"
$os
"
=
~ ^
(
linux64|linux32
)
$
]]
;
then
tar
czf
${
ARCHIVENAME
}
.tar.gz agkyra
elif
[[
"
$os
"
=
~ ^
(
osx64|osx32
)
$
]]
;
then
mkdir
-p
agkyra.app/Contents
mv
agkyra agkyra.app/Contents/MacOS
zip
-r
${
ARCHIVENAME
}
.zip agkyra.app
else
zip
-r
${
ARCHIVENAME
}
.zip agkyra
fi
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