Skip to content

Commit

Permalink
chore: build and update readme in package
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Aug 19, 2021
1 parent 7aad98f commit 8b0691c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions platform/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Mike S.

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.
8 changes: 4 additions & 4 deletions platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</h1>

<p align="center">
<img src="https://user-images.githubusercontent.com/20338451/128799226-dc84c780-a031-4899-9880-3c9df4c2c52b.png" width="560" /><br />
<img src="https://user-images.githubusercontent.com/20338451/129942856-bac5a858-a846-4a9f-b10e-10c423917471.png" width="560" /><br />
</p>

<p align="center">
Expand All @@ -14,7 +14,7 @@ Bring your Capacitor ⚑ apps to the desktop with Tauri! πŸ–₯
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#-contributors"><img src="https://img.shields.io/badge/all%20contributors-1-orange" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<a href="https://www.electronjs.org/releases/stable?version=13"><img src="https://img.shields.io/badge/tauri%20version-v1.0.0--beta.5-blue" /></a>
<a href="https://www.electronjs.org/releases/stable?version=13"><img src="https://img.shields.io/badge/tauri%20version-v1.0.0--beta.x-blue" /></a>
</p>
<p align="center">
<a href="https://npmjs.com/package/@capacitor-community/tauri/v/1.0.0-alpha.9"><img src="https://img.shields.io/npm/v/@capacitor-community/tauri/alpha" /></a>
Expand All @@ -25,7 +25,7 @@ Bring your Capacitor ⚑ apps to the desktop with Tauri! πŸ–₯

## ⚠ Important Info
- Please follow your operating systems guide to setup your environment for Tauri development [here](https://tauri.studio/en/docs/getting-started/intro#setting-up-your-environment)
- You will need a local build of `@capacitor/core` via `npm link` using this [PR](https://github.com/ionic-team/capacitor/pull/4771) until the PR is merged and published in a release.
- You will need `@capacitor/core` version `>= 3.2.0`.

## ⏳ Quickstart (Functioning on: βœ… Windows, βœ… MacOS, ⬜ Linux)
0. Create or open a Capacitor initialized web app project. [CAPACITOR DOCS](https://capacitorjs.com/docs)
Expand All @@ -52,7 +52,7 @@ Bring your Capacitor ⚑ apps to the desktop with Tauri! πŸ–₯
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/IT-MikeS"><img src="https://avatars0.githubusercontent.com/u/20338451?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Mike S</b></sub></a><br /><a href="https://github.com/capacitor-community/tauri/commits?author=IT-MikeS" title="Code">πŸ’»</a> <a href="https://github.com/capacitor-community/tauri/commits?author=IT-MikeS" title="Documentation">πŸ“–</a></td>
<td align="center"><a href="https://github.com/IT-MikeS"><img src="https://avatars0.githubusercontent.com/u/20338451?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Mike Summerfeldt</b></sub></a><br /><a href="https://github.com/capacitor-community/tauri/commits?author=IT-MikeS" title="Code">πŸ’»</a> <a href="https://github.com/capacitor-community/tauri/commits?author=IT-MikeS" title="Documentation">πŸ“–</a></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"bugs": {
"url": "https://github.com/capacitor-community/tauri/issues"
},
"gitHead": "3c01a6c5c8b01dbb3cbe947865e5af99ad11f638"
"gitHead": "7aad98ffa57ef7a5bbd58d1f7609412601c26141"
}

0 comments on commit 8b0691c

Please sign in to comment.