Skip to content

Commit

Permalink
Fix some installer script issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian committed May 19, 2023
1 parent c2470a5 commit 3430222
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
18 changes: 6 additions & 12 deletions packaging/windows/installer/Input/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Welcome to Colortypist
----------------------
----------------------------------------

Imagine this: you open an app and type a color name or code. Instantly, your
screen is filled with that color. It's like magic, but it's not. It's
Expand All @@ -21,7 +21,7 @@ personal color zen space, free of distractions.

Colortypist is not just an Android and Windows app. It's also a progressive web
application, so it runs smoothly in your web browser, no matter the operating
systemAndroid, ChromeOS, iOS, Linux, macOS, Windows, you name it. The best
system - Android, ChromeOS, iOS, Linux, macOS, Windows, you name it. The best
part? Colortypist is open-source! This means you can dive into its code, give us
a star on GitHub, or even join us in developing it further.

Expand All @@ -31,14 +31,14 @@ come alive with the colors you type!


The Latest Version
------------------
----------------------------------------

Details of the latest version can be found on the Colortypist download page
<https://www.tecdrop.com/colortypist/download/>.


Support and More Information
----------------------------
----------------------------------------

For any assistance, please visit our support page at
<https://www.tecdrop.com/support/>. For more detailed information about
Expand All @@ -47,7 +47,7 @@ Colortypist, visit the homepage of the app at


Open-Source and Contributing
----------------------------
----------------------------------------

Colortypist is open-source software, licensed under the MIT License. We warmly
welcome contributors who want to help enhance Colortypist. Visit our GitHub
Expand All @@ -56,15 +56,9 @@ code, star the repo, or contribute.


Copyright and License
---------------------
----------------------------------------

Copyright (c) 2011-2023 Tecdrop

Colortypist is licensed under the MIT License. Check out the LICENSE file in
this directory for more information.


Homepage
--------

<https://www.tecdrop.com/colortypist/>
5 changes: 3 additions & 2 deletions packaging/windows/installer/colortypist.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Colortypist"
#define MyAppVersion "1.3.0"
#define MyAppVersion "5.0.0"
#define MyAppPublisher "Tecdrop"
#define MyAppURL "https://www.tecdrop.com"
#define MyAppExeName "colortypist.exe"
Expand All @@ -13,7 +13,7 @@
AppId={{86D31487-798C-41B2-8B6E-2229F0FB9077}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
Expand All @@ -32,6 +32,7 @@ OutputBaseFilename=ColortypistInstaller
Compression=lzma2/ultra
SolidCompression=yes
UninstallDisplayIcon={app}\{#MyAppExeName}
UninstallDisplayName={#MyAppName}
WizardStyle=modern

[Languages]
Expand Down

0 comments on commit 3430222

Please sign in to comment.