Vergelijk commits
3 Commits
1a92cb5963
...
bd51da33a2
Auteur | SHA1 | Datum | |
---|---|---|---|
bd51da33a2 | |||
4f890d6919 | |||
7397ab13bd |
@ -23,6 +23,7 @@ make
|
||||
|
||||
cp cli/looqs /out/bin/
|
||||
cp gui/looqs-gui /out/bin/
|
||||
cp LICENSE* /out/
|
||||
|
||||
for lib in $( find /usr/lib64/ -mindepth 1 | grep libQt | grep .so ) ; do
|
||||
cp -a "$lib" /out/lib/
|
||||
|
@ -8,6 +8,7 @@ rm -rf $DIRNAME*
|
||||
cp -a out ${DIRNAME}
|
||||
cp src/looqs-gui ${DIRNAME}
|
||||
cp src/looqs ${DIRNAME}
|
||||
cp src/README ${DIRNAME}
|
||||
chmod 755 src/looqs-gui
|
||||
chmod 755 src/looqs
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
TAG="master"
|
||||
TAG="v0.4"
|
||||
SIGNING_KEY_EMAIL="repo@quitesimple.org"
|
||||
|
Laden…
Verwijs in nieuw issue
Block a user