バグ #1414 » 1414.patch
deployment/appimage/gen_appimage.sh | ||
---|---|---|
echo "--> copy mikutter"
|
||
mkdir -p $APPDIR/usr/share/mikutter
|
||
cp -av "$BUILD_DIR"/{.bundle,core,mikutter.rb,Gemfile,LICENSE,README} $APPDIR/usr/share/mikutter
|
||
cp -av "$BUILD_DIR"/{.bundle,core,plugin,mikutter.rb,Gemfile,LICENSE,README} $APPDIR/usr/share/mikutter
|
||
echo "--> copy Typelibs for gobject-introspection gem"
|
||
cp -av /usr/lib/girepository-* $APPDIR/usr/lib
|