Skip to content

Commit 9a74647

Browse files
committed
change icons
1 parent 4ded4cf commit 9a74647

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/build-app-wxpython.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,14 @@ jobs:
5656
run: >
5757
/Library/Frameworks/Python.framework/Versions/3.11/bin/python3 Build-Project.command
5858
--prepare-package
59-
60-
59+
- name: Delete previous pre-release
60+
if: github.event_name == 'push'
61+
uses: dev-drprasad/delete-older-releases@v0.3.4
62+
with:
63+
keep_latest: 0
64+
delete_prerelease_only: true
65+
env:
66+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6167
- name: Create Pre-Release on Push
6268
if: github.event_name == 'push'
6369
uses: softprops/action-gh-release@v2

OCLP-R-GUI.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ coll = COLLECT(exe,
7070

7171
app = BUNDLE(coll,
7272
name='OCLP-R.app',
73-
icon="payloads/Icon/AppIcons/OCR.icns",
73+
icon="payloads/Icon/AppIcons/AppIcon.icns",
7474
bundle_identifier="com.hackdoc.oclp-r",
7575
info_plist={
7676
"CFBundleName": "OCLP-R",

payloads/Tools/OCLP-R.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>OCLP-R</string>
99
<key>CFBundleIconFile</key>
10-
<string>OCR.icns</string>
10+
<string>AppIcon.icns</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>com.hackdoc.oclp-r-helper</string>
1313
<key>CFBundleInfoDictionaryVersion</key>

0 commit comments

Comments
 (0)