ui+ci: style KDDockWidgets tabs and add Applications symlink to DMG
- Add explicit QTabBar::tab styles to olive-dark/style.css so inactive KDDockWidgets tabs render with a dark background and white text instead of falling back to the native macOS light tab appearance. - Update macOS CD to stage Oak.app alongside an Applications symlink before creating the DMG, matching standard macOS installer disk images.
This commit is contained in:
@@ -269,8 +269,11 @@ jobs:
|
||||
|
||||
- name: Create DMG
|
||||
run: |
|
||||
mkdir -p build/app/dmg-staging
|
||||
cp -R build/app/Oak.app build/app/dmg-staging/
|
||||
ln -s /Applications build/app/dmg-staging/Applications
|
||||
hdiutil create \
|
||||
-srcfolder build/app/Oak.app \
|
||||
-srcfolder build/app/dmg-staging \
|
||||
-volname "Oak Video Editor" \
|
||||
-fs HFS+ \
|
||||
-format UDZO \
|
||||
|
||||
Reference in New Issue
Block a user