Skip to content
This repository was archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
rename the app
Browse files Browse the repository at this point in the history
  • Loading branch information
xwartz committed May 22, 2016
1 parent f34ef01 commit dc926ca
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## douban.fm
## PupaFM
![screen](./screen.png)

douban.fm Music Desktop Player.
[douban.fm](https://douban.fm) Music Desktop Player.

[![Build Status](https://travis-ci.org/xwartz/douban.fm.svg?branch=master)](https://travis-ci.org/xwartz/douban.fm)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
Expand Down
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "douban.fm",
"productName": "douban.fm",
"version": "1.0.4",
"name": "PupaFM",
"productName": "PupaFM",
"version": "1.1.0",
"description": "douban.fm Music Desktop Player",
"main": "./main.js",
"author": "xwartz <[email protected]>",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "douban.fm",
"productName": "douban.fm",
"version": "1.0.0",
"name": "PupaFM",
"productName": "PupaFM",
"version": "1.1.0",
"description": "douban.fm Music Desktop Player",
"main": "./src/main.dev.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"build": {
"app-bundle-id": "org.develar.doubanfm",
"app-category-type": "public.app-category.music",
"iconUrl": "https://raw.github.com/xwartz/douban.fm/$%7Buser%7D/$%7Bproject%7D/master/build/icons/icon.ico",
"iconUrl": "https://raw.github.com/xwartz/PupaFM/$%7Buser%7D/$%7Bproject%7D/master/build/icons/icon.ico",
"osx": {
"contents": [
{
Expand All @@ -43,7 +43,7 @@
},
"repository": {
"type": "git",
"url": "git@xwartz.github.com:xwartz/douban.fm.git"
"url": "[email protected]:xwartz/PupaFM.git"
},
"keywords": [
"douabn",
Expand Down Expand Up @@ -110,5 +110,5 @@
"node": ">=5.0",
"npm": ">=2.x"
},
"homepage": "https://github.com/xwartz/douban.fm#readme"
"homepage": "https://github.com/xwartz/PupaFM#readme"
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const initialState = JSON.parse(localState) || {
// 歌曲列表
songs: [{
singers: [{ id: '0', name: 'xwartz' }],
title: 'douban.fm',
title: 'PupaFM',
album: '/subject/1458963/',
url: 'https://xwartz.github.com',
picture: 'https://img3.doubanio.com/lpic/s7052285.jpg',
Expand Down

0 comments on commit dc926ca

Please sign in to comment.