-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename preset directory to pdfpresets
- Loading branch information
Showing
37 changed files
with
35 additions
and
36 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 |
---|---|---|
|
@@ -19,23 +19,23 @@ jobs: | |
env GOOS=darwin GOARCH=arm64 go build -o getnovel-arm64 -ldflags="-s -w" . | ||
mkdir darwin-universal | ||
lipo -create -output darwin-universal/getnovel getnovel-amd64 getnovel-arm64 | ||
cp -r preset darwin-universal/ | ||
cp -r pdfpresets darwin-universal/ | ||
env GOOS=linux GOARCH=amd64 go build -o linux-amd64/getnovel -ldflags="-s -w" . | ||
cp -r preset linux-amd64/ | ||
cp -r pdfpresets linux-amd64/ | ||
env GOOS=linux GOARCH=arm go build -o linux-arm/getnovel -ldflags="-s -w" . | ||
cp -r preset linux-arm/ | ||
cp -r pdfpresets linux-arm/ | ||
env GOOS=linux GOARCH=arm64 go build -o linux-arm64/getnovel -ldflags="-s -w" . | ||
cp -r preset linux-arm64/ | ||
cp -r pdfpresets linux-arm64/ | ||
env GOOS=windows GOARCH=amd64 go build -o windows-amd64/getnovel.exe -ldflags="-s -w" . | ||
cp -r preset windows-amd64/ | ||
cp -r pdfpresets windows-amd64/ | ||
env GOOS=freebsd GOARCH=amd64 go build -o freebsd-amd64/getnovel -ldflags="-s -w" . | ||
cp -r preset freebsd-amd64/ | ||
cp -r pdfpresets freebsd-amd64/ | ||
env GOOS=openbsd GOARCH=amd64 go build -o openbsd-amd64/getnovel -ldflags="-s -w" . | ||
cp -r preset openbsd-amd64/ | ||
cp -r pdfpresets openbsd-amd64/ | ||
env GOOS=netbsd GOARCH=amd64 go build -o netbsd-amd64/getnovel -ldflags="-s -w" . | ||
cp -r preset netbsd-amd64/ | ||
cp -r pdfpresets netbsd-amd64/ | ||
env GOOS=dragonfly GOARCH=amd64 go build -o dragonfly-amd64/getnovel -ldflags="-s -w" . | ||
cp -r preset dragonfly-amd64/ | ||
cp -r pdfpresets dragonfly-amd64/ | ||
- name: Upload artifact getnovel-darwin-universal | ||
uses: actions/[email protected] | ||
|
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
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
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
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
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"format": "pdf", | ||
"pageType": "pixel2xl", | ||
"titleFontSize": 12, | ||
"contentFontSize": 10, | ||
"pageWidth": 217.4, | ||
"pageHeight": 447.6 | ||
{ | ||
"format": "pdf", | ||
"pageType": "pixel2xl", | ||
"titleFontSize": 12, | ||
"contentFontSize": 10, | ||
"pageWidth": 217.4, | ||
"pageHeight": 447.6 | ||
} |