The git-launch launcher: Fix Git functionality in the snap runtime environment

This launcher fixes Git shipped in the snap runtime environment.

How to use

Merge the following part definition:

parts:
  # The git-launch launcher: Fix Git functionality in the snap runtime environment
  # https://forum.snapcraft.io/t/the-git-launch-launcher-fix-git-functionality-in-the-snap-runtime-environment/11742
  git-launch:
    source: https://github.com/brlin-tw/git-launch.git
    source-tag: v1.0.1
    plugin: dump
    stage:
      - bin/*

then add bin/git-launch to the command chain to launch the application:

apps:
  _app_name_:
    adapter: full
    command: bin/_app_executable_
    command-chain:
      - bin/git-launch

Implementation

https://github.com/brlin-tw/git-launch

Snaps that use this launcher

1 Like

@admins Please change this topic to a wiki, thanks!

It’s now a wiki, thanks!

1 Like

Version 1.0.1 released!

This version introduces minor fixes for source-readability with no functional difference.

Cheers! :clinking_glasses:

1 Like