Quellcode durchsuchen

fix: downgrade the folder path to io.appflowy.appflowy (#3344)

Lucas.Xu vor 1 Jahr
Ursprung
Commit
043c68a333
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      frontend/appflowy_flutter/linux/CMakeLists.txt

+ 1 - 1
frontend/appflowy_flutter/linux/CMakeLists.txt

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
 project(runner LANGUAGES CXX)
 
 set(BINARY_NAME "AppFlowy")
-set(APPLICATION_ID "io.appflowy.AppFlowy")
+set(APPLICATION_ID "io.appflowy.appflowy")
 
 cmake_policy(SET CMP0063 NEW)