mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Move pak files and images to static folder
This commit is contained in:
parent
7cc738e12a
commit
28bd2f7d06
@ -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
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue
Block a user