modified: .github/workflows/patch_v6.yml

modified:   .github/workflows/patch_v7.yml
This commit is contained in:
elseif 2026-07-14 19:55:47 +08:00
parent 74a89f9af6
commit ecf7d9b5ea
2 changed files with 1 additions and 3 deletions

View File

@ -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 \

View File

@ -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'}
]