From 8160dd6a8133bda7667287fc8e26917311ff5530 Mon Sep 17 00:00:00 2001 From: Evaldas Jocys Date: Sat, 26 Aug 2023 14:43:32 +0100 Subject: [PATCH] Update version. Fix scripts. --- .gitignore | 1 + FocusLogger/Documents/app_sign.ps1 | 2 +- FocusLogger/Documents/app_zip.bat | 2 +- FocusLogger/JocysCom.FocusLogger.csproj | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1d14ef2..2ab5d34 100644 --- a/.gitignore +++ b/.gitignore @@ -349,3 +349,4 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ /FocusLogger/Resources/BuildDate.txt +/FocusLogger/Documents/Files diff --git a/FocusLogger/Documents/app_sign.ps1 b/FocusLogger/Documents/app_sign.ps1 index fc67fff..4785c9e 100644 --- a/FocusLogger/Documents/app_sign.ps1 +++ b/FocusLogger/Documents/app_sign.ps1 @@ -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" diff --git a/FocusLogger/Documents/app_zip.bat b/FocusLogger/Documents/app_zip.bat index f4bb3b3..a06dfe9 100644 --- a/FocusLogger/Documents/app_zip.bat +++ b/FocusLogger/Documents/app_zip.bat @@ -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 diff --git a/FocusLogger/JocysCom.FocusLogger.csproj b/FocusLogger/JocysCom.FocusLogger.csproj index 84fd2b7..9541ec2 100644 --- a/FocusLogger/JocysCom.FocusLogger.csproj +++ b/FocusLogger/JocysCom.FocusLogger.csproj @@ -10,10 +10,10 @@ Focus Logger 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. App.ico - 1.1.12 + 1.1.14 https://github.com/JocysCom/FocusLogger https://www.jocys.com - Copyright © Jocys.com 2021 + Copyright © Jocys.com 2023 GNU General Public License v3.0