From 5980ffc4152f5bdb8f3ad0d50d7cf9f18e8a43b9 Mon Sep 17 00:00:00 2001 From: c vw Date: Mon, 1 Nov 2021 12:08:32 +0100 Subject: [PATCH] This file no longer needed. --- MacOS/pihpsdr.sh | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 MacOS/pihpsdr.sh diff --git a/MacOS/pihpsdr.sh b/MacOS/pihpsdr.sh deleted file mode 100755 index 56b0095c..00000000 --- a/MacOS/pihpsdr.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh - -# -# Launch the exe file from a shell. -# This is the only way to make a GTK app bundle -# It still relies on a working GTK installation -# -# A full-fledged wrapper here would set dozens of -# environment variables. -# - -this=`dirname $0` - -# -# If the things below fail for some reason, stay in $HOME -# -cd $HOME - -# -# This is a standard MacOS location -# -localdir="$HOME/Library/Application Support/piHPSDR" - -mkdir -p "$localdir" -cd "$localdir" - -# -# Copy HPSDR icon to local work directory -# -cp $this/../Resources/hpsdr.png . - -# -# Finally, start the program -# -exec $this/pihpsdr-bin