소스 검색

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