mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Build snapshots with unrar library
This commit is contained in:
parent
d1d603bcdf
commit
4e98bfd650
1 changed files with 3 additions and 0 deletions
3
.github/scripts/create_snapshot.sh
vendored
3
.github/scripts/create_snapshot.sh
vendored
|
|
@ -35,6 +35,9 @@ build_doublecmd()
|
|||
# Build all components of Double Commander
|
||||
./build.sh release
|
||||
|
||||
# Copy libraries
|
||||
cp -a install/darwin/lib/$CPU_TARGET/*.dylib ./
|
||||
|
||||
# Create *.dmg package
|
||||
mkdir -p $BUILD_PACK_DIR
|
||||
install/darwin/install.sh $BUILD_PACK_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue