mirror of
				https://gitee.com/gfdgd-xi/deep-wine-runner
				synced 2025-11-04 15:32:23 +08:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			ab60ec15b0
			...
			9184f42677
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 9184f42677 | |||
| 674eff5f10 | |||
| 910404b54d | 
@ -35,7 +35,7 @@ class qemu:
 | 
			
		||||
    def CreateDisk(self, path: str, size: int):
 | 
			
		||||
        if(os.path.exists(path)):
 | 
			
		||||
            return 0
 | 
			
		||||
        return os.system(("qemu-img create -f qcow2 '" + self.path + "' " + str(size) + "M"))
 | 
			
		||||
        return os.system(("qemu-img create -f qcow2 '" + path + "' " + str(size) + "M"))
 | 
			
		||||
 | 
			
		||||
    def CreateDiskControl(self, controlName = "storage_controller_1"):
 | 
			
		||||
        return 0
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
    "Version": "4.1.1.0",
 | 
			
		||||
    "Version": "4.1.1.1",
 | 
			
		||||
    "Time": "未知",
 | 
			
		||||
    "Thank": [
 | 
			
		||||
        "感谢 @り哥拽的冇气质° 和 @杨 提供了 3a5000(新世界的测试机器)",
 | 
			
		||||
 | 
			
		||||
@ -2482,6 +2482,8 @@ updateThingsString = QtCore.QCoreApplication.translate("U", '''※1、修复没
 | 
			
		||||
※2、修复虚拟机功能异常的问题(https://gitee.com/gfdgd-xi/deep-wine-runner/issues/IASRHG)
 | 
			
		||||
※3、修复打包器生成的 deb 不可用的问题(https://gitee.com/gfdgd-xi/deep-wine-runner/issues/IAXE1T)
 | 
			
		||||
※4、打包器针对 GXDE OS 进行优化
 | 
			
		||||
※5、修复虚拟机因无法创建磁盘导致崩溃的问题
 | 
			
		||||
※6、修复中文问题                                                  
 | 
			
		||||
''')
 | 
			
		||||
for i in information["Thank"]:
 | 
			
		||||
    thankText += f"{i}\n"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user