Skip to content

Commit

Permalink
macOS minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Dec 1, 2024
1 parent 7032ca0 commit 15f8ec8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 1 files
+14 −0 docs_mac.qrc
2 changes: 2 additions & 0 deletions src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ set(
)
if(${LINUX_DEPLOY})
list(APPEND RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/../../docs/docs_lin.qrc)
elseif(${MAC_DEPLOY})
list(APPEND RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/../../docs/docs_mac.qrc)
elseif(${WIN_DEPLOY})
list(APPEND RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/../../docs/docs_win.qrc)
else()
Expand Down
2 changes: 1 addition & 1 deletion src/ui/widgets/aboutwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ AboutWidget::AboutWidget(QWidget *parent)
#elif defined WIN_DEPLOY
parties << "skia_bundle" << "qt" << "qscintilla" << "ffmpeg_win";
#elif defined MAC_DEPLOY
parties << "skia_bundle" << "qt" << "qscintilla" << "ffmpeg_mac";
parties << "skia_bundle" << "qt" << "qscintilla" << "ffmpeg";
#else
#ifdef FRICTION_BUNDLE_SKIA_BUNDLE
parties << "skia_bundle";
Expand Down

0 comments on commit 15f8ec8

Please sign in to comment.