mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:09:05 +00:00
* Include MagicWand library. * Remove duplication. * Limit dynamic libraries in the release build. * Use cp -a instead of -r. * Use bash instead of sh.
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
cd /output
|
|
tar czfv /artifacts.tar.gz *
|