Parcourir la source

feat: /bin/bash to /usr/bin/env for compatibility (#2761)

Benno il y a 3 ans
Parent
commit
da35d55b09
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tooling/bundler/src/bundle/linux/templates/appimage

+ 1 - 1
tooling/bundler/src/bundle/linux/templates/appimage

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Copyright 2019-2021 Tauri Programme within The Commons Conservancy
 # Copyright 2019-2021 Tauri Programme within The Commons Conservancy
 # SPDX-License-Identifier: Apache-2.0
 # SPDX-License-Identifier: Apache-2.0
 # SPDX-License-Identifier: MIT
 # SPDX-License-Identifier: MIT