Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetrom17 committed Oct 3, 2024
1 parent 357870a commit 8501f1a
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,62 @@
> [!NOTE]
> Contribuição simples, para adicionar mais streams, você pode está editando o arquivo `renderer.js`.
> ```js
> const categories = {
> Ambientes: [
> "http://radio.stereoscenic.com/ama-h",
> "http://radio.stereoscenic.com:80/am-h.mp3",
> "http://163.172.169.217:80/asp-s",
> "http://radio.stereoscenic.com:80/am-l.mp3",
> ],
> Jazz: [
> "http://icecast.radiofrance.fr/fip-midfi.mp3",
> "https://icecast.radiofrance.fr/fipjazz-midfi.mp3",
> "https://icecast.radiofrance.fr/fipgroove-midfi.mp3",
> ],
> Eletronica: ["http://nl.ah.fm:8000/live", "http://fr2.ah.fm:8000/live"],
>};
# Instalação
```bash
yarn add electron-builder --dev
npm install --save-dev electron
```
#
# Executar localmente
```bash
yarn install
npm start
```
#
# Compilação
- Windows e Linux
```bash
yarn build:win-linux
npm build:win-linux
```
#
- Mac
```bash
yarn build:mac
npm build:mac
```
# Atualização
Desinstale o programa anterior por completo.
Desinstale o programa anterior por completo. Pois o programa não tem sistema de atualização nativo.
No Linux por exemplo seria o comando:
```bash
sudo dpkg --purge lofi-radio
```
> Se baixado `.deb`.
> [!WARNING]
> O software não tem licença. Por esse motivo, ignore o aviso do seu anti-malware.

0 comments on commit 8501f1a

Please sign in to comment.