From b9f19f7003b96ae9733637b7e3c36f220b2829cd Mon Sep 17 00:00:00 2001 From: tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:34:57 +0200 Subject: [PATCH] Fix shebang, rename script --- DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj | 2 +- .../{Publish-MacOSBundle.csx => PublishMacOSBundle.csx} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename DiscordChatExporter.Gui/{Publish-MacOSBundle.csx => PublishMacOSBundle.csx} (99%) mode change 100644 => 100755 diff --git a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj index 73ed4d1d..b8950ea5 100644 --- a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj +++ b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj @@ -56,7 +56,7 @@ diff --git a/DiscordChatExporter.Gui/Publish-MacOSBundle.csx b/DiscordChatExporter.Gui/PublishMacOSBundle.csx old mode 100644 new mode 100755 similarity index 99% rename from DiscordChatExporter.Gui/Publish-MacOSBundle.csx rename to DiscordChatExporter.Gui/PublishMacOSBundle.csx index ab6fc635..080d5f24 --- a/DiscordChatExporter.Gui/Publish-MacOSBundle.csx +++ b/DiscordChatExporter.Gui/PublishMacOSBundle.csx @@ -1,4 +1,4 @@ -#!/usr/bin/env -S dotnet run -- +#!/usr/bin/dotnet -- #:package CliFx using CliFx;