Skip to content

Commit

Permalink
CPU model listed in script verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Sep 23, 2023
1 parent d8024a1 commit feeacdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions resources/baseConfig
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ echo \ \ \ \ \ $NAME
echo
echo \ \ \ \ \ $FILE
echo \ \ \ \ \ Built with ULTMOS v$ULTMOS_VERSION
echo \ \ \ \ \ Using $CPU_MODEL CPU model
if [ $REQUIRES_SUDO = 1 ]
then
echo \ \ \ \ \ Superuser priviledges enabled
Expand Down
5 changes: 3 additions & 2 deletions scripts/drpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,13 @@

try:
RPC.connect()
RPC.update(large_image="ultmos",large_text=projectVer,details="Loading...",buttons=([{"label": "View on GitHub", "url": "https://github.com/Coopydood/ultimate-macOS-KVM"}])) # Updates our presence
RPC.update(large_image="ultmos",large_text=projectVer,details="Loading...",buttons=([{"label": "View on GitHub", "url": "https://github.com/Coopydood/ultimate-macOS-KVM"}]))
except:
exit
time.sleep(4)
try:
RPC.update(small_image="ultmoslite",large_image=osOpt,large_text=osName,small_text=projectVer,details=osName,start=startTime,buttons=([{"label": "View on GitHub", "url": "https://github.com/Coopydood/ultimate-macOS-KVM"}])) # Updates our presence
RPC.update(small_image="ultmoslite",large_image=osOpt,large_text=osName,small_text=projectVer,details=osName,start=startTime,buttons=([{"label": "View on GitHub", "url": "https://github.com/Coopydood/ultimate-macOS-KVM"}]))
#RPC.update(small_image=osOpt,large_image="ultmos",large_text=osName,small_text=projectVer,details=osName,start=startTime,buttons=([{"label": "View on GitHub", "url": "https://github.com/Coopydood/ultimate-macOS-KVM"}]))
while True:
time.sleep(15)
except:
Expand Down

0 comments on commit feeacdd

Please sign in to comment.