Skip to content

Commit

Permalink
update go2rtc to version 1.9.2 and remove update octoprint from syste…
Browse files Browse the repository at this point in the history
…m menu since it didn't work as expected
  • Loading branch information
jneilliii committed May 19, 2024
1 parent 3b0b337 commit defa2ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion OctoPrint Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ begin
if DirExists(ExpandConstant(OctoPrintBasedir)) = False then
ForceDirectories(ExpandConstant(OctoPrintBasedir));
StringChangeEx(UnicodeStr, '####PIPPATH####', ExpandConstant('{app}\WPy64-31050\python-3.10.5.amd64\Scripts\pip.exe'), True);
StringChangeEx(UnicodeStr, '####BASEPATH####', ExpandConstant('{app}\upgrade_octoprint.bat'), True);
SaveStringToFile(ExpandConstant(OctoPrintBasedir + '\config.yaml'), AnsiString(UnicodeStr), False);
end;
end;
Expand Down
8 changes: 1 addition & 7 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,4 @@ server:
localPipCommand: ####PIPPATH####
serverRestartCommand: '"####APPDIR####" restart!'
systemShutdownCommand: '"####APPDIR####" stop'
system:
actions:
- action: divider
- name: Update OctoPrint
action: update
command: '"####BASEPATH####"'
confirm: This will restart all running instances of OctoPrint in order to update.

Binary file modified go2rtc.exe
Binary file not shown.

0 comments on commit defa2ca

Please sign in to comment.