Skip to content

Commit

Permalink
1.4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YrracOwl committed Aug 6, 2024
1 parent 2eec37a commit fdd0c7c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.aproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<project ver="10" name="ChiikawaBest" libEmbed="true" icon="res\chiikawaIcon.ico" ui="win" output="ChiikawaBest.exe" CompanyName="CarryWho" FileDescription="ChiikawaBest" LegalCopyright="Copyright (C) CarryWho 2023" ProductName="ChiikawaBest" InternalName="ChiikawaBest" FileVersion="1.4.0.2" ProductVersion="1.4.0.2" publishDir="/dist/" dstrip="true" local="false" ignored="false">
<project ver="10" name="ChiikawaBest" libEmbed="true" icon="res\chiikawaIcon.ico" ui="win" output="ChiikawaBest.exe" CompanyName="CarryWho" FileDescription="ChiikawaBest" LegalCopyright="Copyright (C) CarryWho 2023" ProductName="ChiikawaBest" InternalName="ChiikawaBest" FileVersion="1.4.0.4" ProductVersion="1.4.0.4" publishDir="/dist/" dstrip="true" local="false" ignored="false">
<file name="main.aardio" path="main.aardio" comment="main.aardio"/>
<folder name="资源文件" path="res" embed="true" local="false" ignored="false">
<file name="chiikawa.png" path="res\chiikawa.png" comment="res\chiikawa.png"/>
Expand Down
2 changes: 1 addition & 1 deletion dlg/watchWin.aardio
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ winform.复制.oncommand = function(id,event){
}

winform.保存.oncommand = function(id,event){
var savePath = ..fsys.dlg.saveOp("图像文件|*.bmp;*.png;*.jpg","保存图像",,,"temp.png");
var savePath = ..fsys.dlg.saveOp("图像文件|*.bmp;*.png;*.jpg","保存图像",,,"temp.jpg");
if(savePath){
imgCaptured.save(savePath);
}
Expand Down
1 change: 0 additions & 1 deletion release/1.4.0.1

This file was deleted.

1 change: 1 addition & 0 deletions release/1.4.0.3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.4.0.3
Binary file modified release/ChiikawaBest.exe
Binary file not shown.

0 comments on commit fdd0c7c

Please sign in to comment.