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