From c47e4a5fcff60f1a4c6cde2e6b6dee872670172b Mon Sep 17 00:00:00 2001 From: SunBK201 Date: Thu, 7 Nov 2024 01:34:34 +0800 Subject: [PATCH] chore: change main go file name --- build.sh | 2 +- ua3f.go => main.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ua3f.go => main.go (100%) diff --git a/build.sh b/build.sh index a8e097c..fcaee9e 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ project_name="ua3f" release_version="0.5.1" -target=ua3f.go +target=main.go dist=./dist release_dir=./bin diff --git a/ua3f.go b/main.go similarity index 100% rename from ua3f.go rename to main.go