diff --git a/frontend/appflowy_flutter/linux/CMakeLists.txt b/frontend/appflowy_flutter/linux/CMakeLists.txt
index 794a473b13..b9f7cce174 100644
--- a/frontend/appflowy_flutter/linux/CMakeLists.txt
+++ b/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)