瀏覽代碼

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

Benno 3 年之前
父節點
當前提交
da35d55b09
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 # SPDX-License-Identifier: Apache-2.0
 # SPDX-License-Identifier: MIT