From 2db4d33509891a8a685be541f637b1d065557cad Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 12 Sep 2023 05:52:53 +0200 Subject: [PATCH] ref: drop path entry from AppDir section introduced by https://github.com/AppImageCrafters/appimage-builder/commit/42a07aab05980c087cee58187fc86204bacc98e4 --- source/advanced/full_bundle.rst | 2 -- source/examples/bash.rst | 2 -- source/examples/flutter.rst | 1 - source/examples/gambas3.rst | 1 - source/examples/gimp_path_mapping.rst | 2 -- source/examples/gnome.rst | 2 -- source/examples/kde.rst | 2 -- source/examples/multimedia.rst | 2 -- source/examples/pyqt.rst | 2 -- 9 files changed, 16 deletions(-) diff --git a/source/advanced/full_bundle.rst b/source/advanced/full_bundle.rst index 6120ca2..9dd40ce 100644 --- a/source/advanced/full_bundle.rst +++ b/source/advanced/full_bundle.rst @@ -35,8 +35,6 @@ show how to create an full AppImage bundle for kcalc. version: 1 AppDir: - path: ./AppDir - app_info: id: org.kde.kcalc name: kcalc diff --git a/source/examples/bash.rst b/source/examples/bash.rst index 65e1925..463a75d 100644 --- a/source/examples/bash.rst +++ b/source/examples/bash.rst @@ -9,8 +9,6 @@ This recipe will generate a aarch64 (arm64) AppImage for bash. It's cross-built version: 1 AppDir: - path: ./AppDir - app_info: id: org.gnu.bash name: bash diff --git a/source/examples/flutter.rst b/source/examples/flutter.rst index ccdb52c..85bd391 100644 --- a/source/examples/flutter.rst +++ b/source/examples/flutter.rst @@ -134,7 +134,6 @@ you don't want to use the `--generate` method. - mv AppDir/lib/ AppDir/usr/ - cp flutter-mark-square-64.png AppDir/usr/share/icons/hicolor/64x64/apps/ AppDir: - path: ./AppDir app_info: id: org.appimagecrafters.hello-flutter name: Hello Flutter diff --git a/source/examples/gambas3.rst b/source/examples/gambas3.rst index 5eebeb8..45d6a23 100644 --- a/source/examples/gambas3.rst +++ b/source/examples/gambas3.rst @@ -95,7 +95,6 @@ end a file name `AppImageBuilder.yml` will be created in the current working dir # appimage-builder recipe see https://appimage-builder.readthedocs.io for details version: 1 AppDir: - path: ./AppDir app_info: id: org.appimagecrafters.gambas3-demo name: Gambas3 Demo diff --git a/source/examples/gimp_path_mapping.rst b/source/examples/gimp_path_mapping.rst index 7ef633c..9bd22c9 100644 --- a/source/examples/gimp_path_mapping.rst +++ b/source/examples/gimp_path_mapping.rst @@ -45,8 +45,6 @@ Recipe version: 1 AppDir: - path: ./AppDir - app_info: id: gimp name: GNU Image Manipulation Program diff --git a/source/examples/gnome.rst b/source/examples/gnome.rst index d3d95c8..9b8d316 100644 --- a/source/examples/gnome.rst +++ b/source/examples/gnome.rst @@ -11,8 +11,6 @@ Gnome application (gnome-calculator) version: 1 AppDir: - path: ./AppDir - app_info: id: org.gnome.Calculator name: gnome-calculator diff --git a/source/examples/kde.rst b/source/examples/kde.rst index 48f39a9..b9527d5 100644 --- a/source/examples/kde.rst +++ b/source/examples/kde.rst @@ -7,8 +7,6 @@ Qt/Kde application (kcalc) version: 1 AppDir: - path: ./AppDir - app_info: id: org.kde.kcalc name: kcalc diff --git a/source/examples/multimedia.rst b/source/examples/multimedia.rst index a5ed182..715cd44 100644 --- a/source/examples/multimedia.rst +++ b/source/examples/multimedia.rst @@ -12,8 +12,6 @@ Multimedia application (VLC) - rm -r ./AppDir || true AppDir: - path: ./AppDir - app_info: id: vlc name: VLC media player diff --git a/source/examples/pyqt.rst b/source/examples/pyqt.rst index 6961991..a7cec94 100644 --- a/source/examples/pyqt.rst +++ b/source/examples/pyqt.rst @@ -44,8 +44,6 @@ Recipe AppDir: - path: ./AppDir - app_info: id: org.appimage-crafters.python-appimage-example name: python appimage hello world