Skip to content

Commit

Permalink
Fix renotize invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltcore committed Apr 9, 2023
1 parent 297916f commit cf61742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/rc_tasks.nim
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ proc taskPostNotarize*(
if files.len != 1:
echo "Could not find macOS ZIP file."
quit(1)
fullRun(
fullRunCli(
files[0],
config{"tasks", "notarize", "bundle_identifier"}.getStr(),
config{"tasks", "notarize", "key_file"}.getStr(),
Expand Down

0 comments on commit cf61742

Please sign in to comment.