Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 96738d6

Browse files
committed
basic linux staging
1 parent 67a33e7 commit 96738d6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ libcef_dll
3030
tools
3131

3232
/installer/mac/staging/
33-
33+
/installer/linux/staging/
3434
/installer/win/staging/
3535
*.wixpdb
3636
*.wixobj

installer/linux/make_linux_package.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#~/bin/bash
2+
3+
# clean old files
4+
rm -rf installer/linux/staging
5+
mkdir -p installer/linux/staging
6+
7+
# copy binaries to staging
8+
cp -r out/Release/* installer/linux/staging
9+
10+
# copy www and samples files to staging
11+
cp -r ../brackets/src installer/linux/staging/www
12+
cp -r ../brackets/samples installer/linux/staging/samples

0 commit comments

Comments
 (0)