-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying homebrew python out of desparation
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,9 +127,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Install Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.11" | ||
run: brew install [email protected] | ||
|
||
- name: Compile translation files and build .app | ||
run: | | ||
|
@@ -168,7 +166,7 @@ jobs: | |
--window-size 800 400 \ | ||
--icon-size 100 \ | ||
--icon "pdfstitcher.app" 145 185 \ | ||
--hide-extension "pdfstitcher.app" \ | ||
--no-internet-enable \ | ||
--app-drop-link 595 185 \ | ||
"PDFStitcher-Installer.dmg" \ | ||
"pdfstitcher.app" | ||
|