Move pak files and images to static folder

This commit is contained in:
Kevin Sawicki 2012-09-13 14:39:18 -07:00
parent 7cc738e12a
commit 28bd2f7d06
7 changed files with 2 additions and 5 deletions

View File

@ -3,11 +3,8 @@ INSTALLDIR=/usr/share/atom
mkdir -p $INSTALLDIR
cp out/Default/atom $INSTALLDIR
cp -t $INSTALLDIR *.pak
cp -R locales $INSTALLDIR
cp atom.png $INSTALLDIR
cp lib/libcef.so $INSTALLDIR
cp lib/libcef_dll_wrapper.a $INSTALLDIR
cp -R -t $INSTALLDIR static/*
cp -t $INSTALLDIR lib/*
cp -R ../../src $INSTALLDIR
cp -R ../../static $INSTALLDIR
cp -R ../../vendor $INSTALLDIR

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB