From 22196644bdb9436333f8dcbd27a2ce373ab27f6a Mon Sep 17 00:00:00 2001 From: r2dliu Date: Fri, 17 Jul 2020 15:22:19 -0400 Subject: [PATCH] pick 817770f from ishii --- CMakeLists.txt | 3 ++- Data/portable.txt | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Data/portable.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index e32c8b7faa..8e84d8a30d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence, show the current gam option(ENABLE_ANALYTICS "Enables opt-in Analytics collection" OFF) # Enable Playback build for Slippi. TODO: turn off for normal builds -option(SLIPPI_PLAYBACK "Enable Playback changes" ON) +option(SLIPPI_PLAYBACK "Enable Playback changes" ON) option(ENCODE_FRAMEDUMPS "Encode framedumps in AVI format" ON) @@ -856,6 +856,7 @@ if(NOT CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows") endif() if(NOT CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD|Darwin") install(FILES Data/license.txt DESTINATION ${datadir}) + install(FILES Data/portable.txt DESTINATION ${datadir}) endif() if(CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD") # Install the application icon and menu item diff --git a/Data/portable.txt b/Data/portable.txt new file mode 100644 index 0000000000..e69de29bb2