From 007acb3fa61624e6437cc9990e69d2aafe3017d5 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 30 Apr 2025 21:40:01 +0800 Subject: [PATCH] project: remove unused scripts Signed-off-by: leo --- build.command | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 build.command diff --git a/build.command b/build.command deleted file mode 100755 index c2e87b67..00000000 --- a/build.command +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -version=`cat VERSION` - -rm -rf SourceGit.app - -mkdir -p SourceGit.app/Contents/Resources -mkdir -p SourceGit.app/Contents/MacOS -cp build/resources/app/App.icns SourceGit.app/Contents/Resources/App.icns -sed "s/SOURCE_GIT_VERSION/${version}/g" build/resources/app/App.plist > SourceGit.app/Contents/Info.plist -dotnet publish src/SourceGit.csproj -c Release -r osx-arm64 -o SourceGit.app/Contents/MacOS -rm -rf SourceGit.app/Contents/MacOS/SourceGit.dsym \ No newline at end of file