Skip to content

Commit

Permalink
fix: linux launch bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mengyanshou committed Sep 9, 2024
1 parent d99698c commit 1dd583d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.10)
project(runner LANGUAGES CXX)

set(BINARY_NAME "adb_tool")
set(APPLICATION_ID "com.nightmare.adb_tool")
set(BINARY_NAME "adbkit")
set(APPLICATION_ID "com.nightmare.adbkit")

cmake_policy(SET CMP0063 NEW)

Expand Down

0 comments on commit 1dd583d

Please sign in to comment.