Skip to content

Commit

Permalink
fix: downgrade the folder path to io.appflowy.appflowy
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Sep 5, 2023
1 parent 3db9024 commit 21056bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/appflowy_flutter/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 21056bd

Please sign in to comment.