From ecf7d9b5ea93bd24cc009ede389826041123cf49 Mon Sep 17 00:00:00 2001 From: elseif Date: Tue, 14 Jul 2026 19:55:47 +0800 Subject: [PATCH] modified: .github/workflows/patch_v6.yml modified: .github/workflows/patch_v7.yml --- .github/workflows/patch_v6.yml | 3 +-- .github/workflows/patch_v7.yml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/patch_v6.yml b/.github/workflows/patch_v6.yml index 3af573f..1caa2dc 100644 --- a/.github/workflows/patch_v6.yml +++ b/.github/workflows/patch_v6.yml @@ -200,7 +200,6 @@ jobs: {type:'separator'}, {type:'toolbar', c: [ - {title:'Terminal',type:'contextmenu',autostart: 1,group:'Tools',link: [{conv:'put',dst:'Type',val: 0}],open:'Telnet',tab:'Telnet'}, {name:'License',type:'contextmenu',autostart: 1,group:'System',link: [],open:'License',tab:'License'}, {name:'Check For Updates',type:'contextmenu',autostart: 1,group:'System',link: [],open:'Packages',tab:'Check For Updates'} ] @@ -314,7 +313,7 @@ jobs: unzip $PUBLISH_DIR/all_packages-$ARCH-$VERSION.zip -d $BUILD_DIR/new_iso/ python3 patch.py kernel $BUILD_DIR/new_iso/isolinux/initrd.rgz xorriso -as mkisofs -o $PUBLISH_DIR/mikrotik-$VERSION$ARCH_EXT.iso \ - -V "MikroTik $LATEST_VERSION" \ + -V "MikroTik $VERSION" \ -sysid "" -preparer "MiKroTiK" \ -publisher "" -A "MiKroTiK RouterOS" \ -input-charset utf-8 \ diff --git a/.github/workflows/patch_v7.yml b/.github/workflows/patch_v7.yml index f168505..7ed6667 100644 --- a/.github/workflows/patch_v7.yml +++ b/.github/workflows/patch_v7.yml @@ -224,7 +224,6 @@ jobs: {type:'separator'}, {type:'toolbar', c: [ - {title:'Terminal',type:'contextmenu',autostart: 1,group:'Tools',link: [{conv:'put',dst:'Type',val: 0}],open:'Telnet',tab:'Telnet'}, {name:'License',type:'contextmenu',autostart: 1,group:'System',link: [],open:'License',tab:'License'}, {name:'Check For Updates',type:'contextmenu',autostart: 1,group:'System',link: [],open:'Packages',tab:'Check For Updates'} ]