Skip to content

Commit 487f411

Browse files
committed
Add version plist
1 parent 659bd4e commit 487f411

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,14 @@ jobs:
317317
318318
update_dylib_paths Libraries/Wine/lib/wine/x86_64-unix/winegstreamer.so "@rpath/"
319319
320-
sudo xattr -rd com.apple.quarantine Libraries/Wine
321-
322320
- name: Install GPTK
323321
run: |
324322
ditto GPTK/redist/lib/ Libraries/Wine/lib/
325323
324+
- name: Copy Version .plist
325+
run: |
326+
cp -a GPTKVersion.plist Libraries/
327+
326328
- name: Upload config64.log
327329
if: failure()
328330
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)