Skip to content

Drop path entry from AppDir section #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions source/advanced/full_bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions source/examples/bash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion source/examples/flutter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion source/examples/gambas3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions source/examples/gimp_path_mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ Recipe
version: 1

AppDir:
path: ./AppDir

app_info:
id: gimp
name: GNU Image Manipulation Program
Expand Down
2 changes: 0 additions & 2 deletions source/examples/gnome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Gnome application (gnome-calculator)
version: 1

AppDir:
path: ./AppDir

app_info:
id: org.gnome.Calculator
name: gnome-calculator
Expand Down
2 changes: 0 additions & 2 deletions source/examples/kde.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Qt/Kde application (kcalc)
version: 1

AppDir:
path: ./AppDir

app_info:
id: org.kde.kcalc
name: kcalc
Expand Down
2 changes: 0 additions & 2 deletions source/examples/multimedia.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Multimedia application (VLC)
- rm -r ./AppDir || true

AppDir:
path: ./AppDir

app_info:
id: vlc
name: VLC media player
Expand Down
2 changes: 0 additions & 2 deletions source/examples/pyqt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ Recipe


AppDir:
path: ./AppDir

app_info:
id: org.appimage-crafters.python-appimage-example
name: python appimage hello world
Expand Down