Skip to content

Commit 6bd40a7

Browse files
committed
Update menu.ini
1 parent dc8f08e commit 6bd40a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/full-example.local/.osp/menu.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
caption = {lang_create_backup}
44
category = projects\full-example.local
5-
command = cmd.exe /c "mkdir {base_dir}\.osp\backup >nul 2>&1 & 7za a -tzip {base_dir}\.osp\backup\backup_{date_time}.zip {base_dir}\* -xr!.osp\backup & explorer.exe /select,{base_dir}\.osp\backup\backup_{date_time}.zip"
5+
command = cmd.exe /k "mkdir {base_dir}\.osp\backup >nul 2>&1 & 7za a -tzip {base_dir}\.osp\backup\backup_{date_time}.zip {base_dir}\* -xr!.osp\backup & explorer.exe /select,{base_dir}\.osp\backup\backup_{date_time}.zip"
66
enabled = on
77
hide = off
88
icon = file-zipper

0 commit comments

Comments
 (0)