|
@@ -735,7 +735,7 @@ begin
|
|
|
// 导出前先保存
|
|
|
CurProjectFrame.ProjectData.Save;
|
|
|
// 导出云版专用
|
|
|
- sFileName := SupportManager.ConfigInfo.OutputPath + CurProjectFrame.ProjectData.ProjectName;
|
|
|
+ sFileName := SupportManager.ConfigInfo.OutputPath + CurProjectFrame.ProjectData.ProjectName + '.ctf';
|
|
|
if SaveFile(sFileName, '.ctf') then
|
|
|
begin
|
|
|
if FileExists(sFileName) and not QuestMessage(Format('存在同名文件“%s”,是否替换?', [ExtractFileName(sFileName)])) then
|