Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit df9edc6

Browse files
committed
fix a few last things
1 parent 11249d6 commit df9edc6

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

payload/Library/LaunchAgents/com.erikng.nudge.plist

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
</array>
1111
<key>ProgramArguments</key>
1212
<array>
13-
<string>/Library/ManagedFrameworks/Python/Python3.framework/Versions/Current/bin/python3</string>
1413
<string>/Library/nudge/Resources/nudge</string>
1514
<string>--jsonurl=https://fake.domain.com/path/to/config.json</string>
1615
</array>

payload/Library/nudge/Resources/nudge

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/Library/nudge/Python.framework/Versions/3.8/bin/python3
1+
#!/Library/ManagedFrameworks/Python/Python3.framework/Versions/Current/bin/python3
22
# -*- coding: utf-8 -*-
33
'''nudge - python wrapper for major OS updates.'''
44
import json
5.6 KB
Loading

0 commit comments

Comments
 (0)