diff --git a/OctoPrint Setup.iss b/OctoPrint Setup.iss index 8632f69..d5e5554 100644 --- a/OctoPrint Setup.iss +++ b/OctoPrint Setup.iss @@ -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; diff --git a/config.yaml b/config.yaml index 3fd0550..13625e4 100644 --- a/config.yaml +++ b/config.yaml @@ -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. + diff --git a/go2rtc.exe b/go2rtc.exe index 92f60c5..3ff2988 100644 Binary files a/go2rtc.exe and b/go2rtc.exe differ