mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Update build and install for new location
This commit is contained in:
parent
09f0a162bc
commit
859f058e2d
@ -12,7 +12,7 @@
|
||||
'defines': [
|
||||
],
|
||||
'include_dirs': [
|
||||
'../cef',
|
||||
'../../cef',
|
||||
],
|
||||
'sources': [
|
||||
'atom.cpp',
|
||||
|
@ -8,12 +8,12 @@ cp -R locales $INSTALLDIR
|
||||
cp atom.png $INSTALLDIR
|
||||
cp lib/libcef.so $INSTALLDIR
|
||||
cp lib/libcef_dll_wrapper.a $INSTALLDIR
|
||||
cp -R ../src $INSTALLDIR
|
||||
cp -R ../static $INSTALLDIR
|
||||
cp -R ../vendor $INSTALLDIR
|
||||
cp -R ../bundles $INSTALLDIR
|
||||
cp -R ../themes $INSTALLDIR
|
||||
cp -R ../../src $INSTALLDIR
|
||||
cp -R ../../static $INSTALLDIR
|
||||
cp -R ../../vendor $INSTALLDIR
|
||||
cp -R ../../bundles $INSTALLDIR
|
||||
cp -R ../../themes $INSTALLDIR
|
||||
mkdir -p $INSTALLDIR/native/v8_extensions
|
||||
cp -t $INSTALLDIR/native/v8_extensions ../native/v8_extensions/*.js
|
||||
coffee -c -o $INSTALLDIR/src/stdlib ../src/stdlib/require.coffee
|
||||
cp -t $INSTALLDIR/native/v8_extensions ../v8_extensions/*.js
|
||||
coffee -c -o $INSTALLDIR/src/stdlib ../../src/stdlib/require.coffee
|
||||
ln -sf $INSTALLDIR/atom /usr/local/bin/atom
|
||||
|
Loading…
Reference in New Issue
Block a user