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

Commit

Permalink
basic linux staging
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed May 2, 2013
1 parent 67a33e7 commit 96738d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ libcef_dll
tools

/installer/mac/staging/

/installer/linux/staging/
/installer/win/staging/
*.wixpdb
*.wixobj
Expand Down
12 changes: 12 additions & 0 deletions installer/linux/make_linux_package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#~/bin/bash

# clean old files
rm -rf installer/linux/staging
mkdir -p installer/linux/staging

# copy binaries to staging
cp -r out/Release/* installer/linux/staging

# copy www and samples files to staging
cp -r ../brackets/src installer/linux/staging/www
cp -r ../brackets/samples installer/linux/staging/samples

0 comments on commit 96738d6

Please sign in to comment.