Skip to content

Commit defa2ca

Browse files
committed
update go2rtc to version 1.9.2 and remove update octoprint from system menu since it didn't work as expected
1 parent 3b0b337 commit defa2ca

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

OctoPrint Setup.iss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ begin
360360
if DirExists(ExpandConstant(OctoPrintBasedir)) = False then
361361
ForceDirectories(ExpandConstant(OctoPrintBasedir));
362362
StringChangeEx(UnicodeStr, '####PIPPATH####', ExpandConstant('{app}\WPy64-31050\python-3.10.5.amd64\Scripts\pip.exe'), True);
363-
StringChangeEx(UnicodeStr, '####BASEPATH####', ExpandConstant('{app}\upgrade_octoprint.bat'), True);
364363
SaveStringToFile(ExpandConstant(OctoPrintBasedir + '\config.yaml'), AnsiString(UnicodeStr), False);
365364
end;
366365
end;

config.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,4 @@ server:
33
localPipCommand: ####PIPPATH####
44
serverRestartCommand: '"####APPDIR####" restart!'
55
systemShutdownCommand: '"####APPDIR####" stop'
6-
system:
7-
actions:
8-
- action: divider
9-
- name: Update OctoPrint
10-
action: update
11-
command: '"####BASEPATH####"'
12-
confirm: This will restart all running instances of OctoPrint in order to update.
6+

go2rtc.exe

545 KB
Binary file not shown.

0 commit comments

Comments
 (0)