Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkliment <kliment@0xfb.com>2022-05-08 15:48:22 +0300
committerGitHub <noreply@github.com>2022-05-08 15:48:22 +0300
commitee5702bf4742f69ca537722be79f300b9dfe5be7 (patch)
treee59db4cbd20616626b0f3ddb039d149712707fb9
parentb276cab4f21f9d6083349402d0af821dbc6cd6e4 (diff)
parent396490b9f56575db0e03f892ce03ec8f466053e7 (diff)
Merge pull request #1261 from kliment/mac-build-spec3
Fix extra comma
-rw-r--r--.github/workflows/buildpackage-mac.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/buildpackage-mac.yml b/.github/workflows/buildpackage-mac.yml
index d070cdf..90b385e 100644
--- a/.github/workflows/buildpackage-mac.yml
+++ b/.github/workflows/buildpackage-mac.yml
@@ -38,7 +38,6 @@ jobs:
export git_hash=$(git rev-parse --short "$GITHUB_SHA")
sed -i '' '$ s/.$//' pronterface.spec
cat >> pronterface.spec <<EOL
- ,
info_plist={
'CFBundleShortVersionString': '$git_hash',
'NSPrincipalClass': 'NSApplication',