Skip to content

Commit

Permalink
Update version. Fix scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
EJocys committed Aug 26, 2023
1 parent cbef695 commit 8160dd6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,4 @@ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
/FocusLogger/Resources/BuildDate.txt
/FocusLogger/Documents/Files
2 changes: 1 addition & 1 deletion FocusLogger/Documents/app_sign.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Import-Module "d:\_Backup\Configuration\SSL\Tools\app_signModule.ps1" -Force

[string[]]$appFiles = @(
"..\bin\Release\publish\JocysCom.FocusLogger.exe",
"..\bin\Release\publish\JocysCom.FocusLogger.exe"
)
[string]$appName = "Jocys.com Focus Logger"
[string]$appLink = "https://www.jocys.com"
Expand Down
2 changes: 1 addition & 1 deletion FocusLogger/Documents/app_zip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SET zip=%wra% a -ep
IF NOT EXIST Files\nul MKDIR Files
::-------------------------------------------------------------
:: Archive Files
CALL:CRE Files JocysCom.FocusLogger.exe .exe
CALL:CRE Files JocysCom.FocusLogger .exe
ECHO.
pause
GOTO:EOF
Expand Down
4 changes: 2 additions & 2 deletions FocusLogger/JocysCom.FocusLogger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<Product>Focus Logger</Product>
<Description>Find out which process or program is taking the window focus. In game, mouse and keyboard could temporarily stop responding if another program takes the focus. This tool could help diagnose which program is stealing the focus.</Description>
<ApplicationIcon>App.ico</ApplicationIcon>
<Version>1.1.12</Version>
<Version>1.1.14</Version>
<RepositoryUrl>https://github.com/JocysCom/FocusLogger</RepositoryUrl>
<PackageProjectUrl>https://www.jocys.com</PackageProjectUrl>
<Copyright>Copyright © Jocys.com 2021</Copyright>
<Copyright>Copyright © Jocys.com 2023</Copyright>
<PackageLicenseExpression>GNU General Public License v3.0</PackageLicenseExpression>
</PropertyGroup>

Expand Down

0 comments on commit 8160dd6

Please sign in to comment.