1.7.0的初步功能实现

This commit is contained in:
2022-07-15 23:33:24 +08:00
parent 66784bae62
commit 5bd64c9e64
5 changed files with 36 additions and 7 deletions

View File

@@ -1,4 +1,12 @@
#!/bin/bash
# 使用系统默认的 bash 运行
###########################################################################################
# 作者gfdgd xi、为什么您不喜欢熊出没和阿布呢
# 版本1.7.0
# 更新时间2022年07月15日
# 感谢:感谢 wine 以及 deepin-wine 团队,提供了 wine 和 deepin-wine 给大家使用,让我能做这个程序
# 基于 Python3 的 tkinter 构建
###########################################################################################
cd `dirname $0`
which VBoxManage
if test $? == 0 ; then