From 52c73fc090d37ab30bc5e251c2fada7e74f22e8a Mon Sep 17 00:00:00 2001
From: squid233 <60126026+squid233@users.noreply.github.com>
Date: Sat, 4 Nov 2023 19:37:13 +0800
Subject: [PATCH] Go

---
 .github/workflows/cmake.yml | 1 +
 .gitignore                  | 2 ++
 CMakeLists.txt              | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index bdc5aa0..431a3b6 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -5,6 +5,7 @@ on:
     branches: [ master ]
   pull_request:
     branches: [ master ]
+  workflow_dispatch:
 
 jobs:
   clang-format:
diff --git a/.gitignore b/.gitignore
index 747ae81..e90c0a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@
 
 # Mac OS X rubbish
 .DS_Store
+
+build/
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 878391a..b9934ca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.2)
-project(nativefiledialog-extended VERSION 1.1.0)
+project(nfd VERSION 1.1.0)
 
 set(nfd_ROOT_PROJECT OFF)
 if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)