Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/e9eeffd807d61eaf5db60c7b548246534be9ac26?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
38 additions and
2 deletions
release_scripts/linux/package.sh
BIN
resources/linux/application-ubz.png
resources/linux/application-ubz.svg
@ -180,6 +180,7 @@ chown -R root:root $PACKAGE_DIRECTORY
cp -R resources/customizations $PACKAGE_DIRECTORY /
cp resources/linux/openboard-ubz.xml $PACKAGE_DIRECTORY /etc/
cp resources/linux/application-ubz.png $PACKAGE_DIRECTORY /etc/
if $BUNDLE_QT ; then
cp -R resources/linux/run.sh $PACKAGE_DIRECTORY /
@ -287,6 +288,7 @@ cat > "$BASE_WORKING_DIR/DEBIAN/postinst" << EOF
xdg-desktop-menu install --novendor /usr/share/applications/${ APPLICATION_CODE } .desktop
xdg-mime install --mode system /$APPLICATION_PATH /$APPLICATION_CODE /etc/openboard-ubz.xml
xdg-mime default /usr/share/applications/${ APPLICATION_CODE } .desktop application/ubz
xdg-icon-resource install --context mimetypes --size 48 /$APPLICATION_PATH /$APPLICATION_CODE /etc/application-ubz.png application-ubz
ln -s $SYMLINK_TARGET /usr/bin/$APPLICATION_CODE
@ -400,8 +402,6 @@ echo "MimeType=application/ubz" >> $APPLICATION_SHORTCUT
echo "Categories=Education;" >> $APPLICATION_SHORTCUT
cp " resources/images/ ${ APPLICATION_NAME } .png " " $PACKAGE_DIRECTORY / ${ APPLICATION_NAME } .png "
# ----------------------------------------------------------------------------
# Building the package
# ----------------------------------------------------------------------------
Width:
|
Height:
|
Size: 80 KiB
File diff suppressed because one or more lines are too long
Width:
|
Height:
|
Size: 56 KiB