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

Commit 57fb18b

Browse files
committed
rename staging script
1 parent c1aefaf commit 57fb18b

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

installer/linux/make_linux_package.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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/lib installer/linux/staging
9+
cp -r out/Release/locales installer/linux/staging
10+
cp -r out/Release/brackets.ico installer/linux/staging
11+
cp -r out/Release/Brackets installer/linux/staging
12+
cp -r out/Release/cef.pak installer/linux/staging
13+
cp -r out/Release/devtools_resources.pak installer/linux/staging
14+
15+
# copy www and samples files to staging
16+
cp -r ../brackets/src installer/linux/staging/www
17+
cp -r ../brackets/samples installer/linux/staging/samples

0 commit comments

Comments
 (0)