소스 검색

Feat/new logo (#429)

* feat(newlogo)

* chore(readmes): updates to Licenses and body

* chore(template): add new logo to templated iconset
nothingismagick 5 년 전
부모
커밋
ed68676505

+ 2 - 2
README.md

@@ -1,5 +1,5 @@
 # tauri
- <img align="right" src="app-icon.png" height="120" width="120">
+ <img align="right" src="app-icon.png" height="128" width="128">
 
 ## A fresh take on creating cross-platform apps.
 [![status](https://img.shields.io/badge/Status-Alpha-yellow.svg)](https://github.com/tauri-apps/tauri/tree/dev)
@@ -161,4 +161,4 @@ Code: (c) 2015 - present - Daniel Thompson-Yvetot, Lucas Nogueira, Tensor, Bosco
 MIT or MIT/Apache where applicable.
 
 Logo: CC-BY-NC-ND
-- Original Tauri Logo Design by [Daniel Thompson-Yvetot](https://github.com/nothingismagick)
+- Original Tauri Logo Designs by [Daniel Thompson-Yvetot](https://github.com/nothingismagick) and [Guillaume Chau](https://github.com/akryum)

BIN
app-icon.png


+ 13 - 9
cli/tauri.js/README.md

@@ -1,5 +1,5 @@
 # tauri
- <img align="right" src="app-icon.png" height="200" width="200">
+ <img align="right" src="app-icon.png" height="128" width="128">
 
 ## A fresh take on creating cross-platform apps.
 [![status](https://img.shields.io/badge/Status-Early%20Alpha-yellow.svg)](https://github.com/quasarframework/quasar/tree/tauri)
@@ -25,15 +25,19 @@ Please visit the main readme for further information about contributing.
 
 ## Installation
 
-The preferred method is to install this module globally:
-```
-$ npm install --global tauri
-```
-
-You can also add it to your project and use it locally - maybe helpful for some CI pipelines:
+The preferred method is to install this module locally as a dev dependency:
 ```
+$ npm install --save-dev tauri
 $ yarn add --dev tauri
 ```
 
-## License
-MIT
+## Semver
+**tauri** is following [Semantic Versioning 2.0](https://semver.org/).
+
+## Licenses
+Code: (c) 2015 - present - Daniel Thompson-Yvetot, Lucas Nogueira, Tensor, Boscop, Serge Zaitsev, George Burton and all the other amazing contributors.
+
+MIT or MIT/Apache where applicable.
+
+Logo: CC-BY-NC-ND
+- Original Tauri Logo Designs by [Daniel Thompson-Yvetot](https://github.com/nothingismagick) and [Guillaume Chau](https://github.com/akryum)

BIN
cli/tauri.js/app-icon.png


BIN
cli/tauri.js/templates/src-tauri/icons/128x128.png


BIN
cli/tauri.js/templates/src-tauri/icons/128x128@2x.png


BIN
cli/tauri.js/templates/src-tauri/icons/32x32.png


BIN
cli/tauri.js/templates/src-tauri/icons/Square107x107Logo.png


BIN
cli/tauri.js/templates/src-tauri/icons/Square142x142Logo.png


BIN
cli/tauri.js/templates/src-tauri/icons/Square150x150Logo.png


BIN
cli/tauri.js/templates/src-tauri/icons/Square284x284Logo.png


BIN
cli/tauri.js/templates/src-tauri/icons/Square30x30Logo.png


BIN
cli/tauri.js/templates/src-tauri/icons/Square310x310Logo.png


BIN
cli/tauri.js/templates/src-tauri/icons/Square44x44Logo.png


BIN
cli/tauri.js/templates/src-tauri/icons/Square71x71Logo.png


BIN
cli/tauri.js/templates/src-tauri/icons/Square89x89Logo.png


BIN
cli/tauri.js/templates/src-tauri/icons/StoreLogo.png


BIN
cli/tauri.js/templates/src-tauri/icons/icon.icns


BIN
cli/tauri.js/templates/src-tauri/icons/icon.ico


BIN
cli/tauri.js/templates/src-tauri/icons/icon.png