Skip to content

Commit

Permalink
Add files for more packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian committed May 19, 2023
1 parent 3430222 commit 8d5f29c
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packaging/web/colortypist-web.link.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html>
<head>
<meta http-equiv="refresh" content="0;url=https://colortypist.tecdrop.com" />
</head>
<body>
</body>
</html>
2 changes: 1 addition & 1 deletion packaging/windows/installer/colortypist.iss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ InfoBeforeFile=Input\README
;PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputDir=Output
OutputBaseFilename=ColortypistInstaller
OutputBaseFilename=colortypist-windows-installer
Compression=lzma2/ultra
SolidCompression=yes
UninstallDisplayIcon={app}\{#MyAppExeName}
Expand Down
21 changes: 21 additions & 0 deletions packaging/windows/portable/Input/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2011-2023 Tecdrop

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
64 changes: 64 additions & 0 deletions packaging/windows/portable/Input/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
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
Colortypist.

Colortypist makes exploring, learning, and experimenting with colors as easy as
typing. Choose from a variety of color formats like color names, hex triplets,
RGB, and HSL. The standard set of colors includes the 148 web color names, but
the color party doesn't stop there. You can opt for more in the settings.

Ever wondered what makes up your favorite color? Dive into the Color Information
screen and get all the details. You'll see your color in different formats,
including its luminance and brightness. Sharing your color findings with friends
is just a tap away.

The Color Reference list serves as your color dictionary. Tap on a color, and it
fills your screen. It's that easy. And the Preview Color screen? It's your
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
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.

Colortypist is more than an app. It's a color exploration tool, a learning
companion, and a source of inspiration. Get started today and let your screen
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
Colortypist, visit the homepage of the app at
<https://www.tecdrop.com/colortypist/>.


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
repository at <https://github.com/tecdrop/colortypist> to check out the source
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.

0 comments on commit 8d5f29c

Please sign in to comment.