diff --git a/assets/images/ui/UI_Pause.webp b/assets/images/ui/UI_Pause.webp new file mode 100644 index 0000000..2a6450f Binary files /dev/null and b/assets/images/ui/UI_Pause.webp differ diff --git a/pubspec.yaml b/pubspec.yaml index 14cd5f6..d2f79eb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -63,7 +63,7 @@ flutter: - assets/images/go_subsets/ - assets/images/subsets/ - assets/images/ui/ - - assets/icons/ + - assets/audio/ # To add assets to your application, add an assets section, like this: # assets: diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index bde16f1..e127842 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -1,10 +1,10 @@ # Project-level configuration. cmake_minimum_required(VERSION 3.14) -project(시인의 서재 LANGUAGES CXX) +project("시인의 서재" LANGUAGES CXX) # The name of the executable created for the application. Change this to change # the on-disk name of your application. -set(BINARY_NAME "시인의 서재") +set(BINARY_NAME "poet") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake.