Skip to content

Commit

Permalink
repo: finalize migration to better-hangoutschat new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
paveyry committed Aug 22, 2019
1 parent bdbf6ea commit f1a44a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 374 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/paveyry/Slack-Theme-for-Hangouts-Chat.svg?branch=master)](https://github.com/paveyry/Slack-Theme-for-Hangouts-Chat/releases/latest)
[![Build Status](https://travis-ci.org/paveyry/better-hangoutschat.svg?branch=master)](https://github.com/paveyry/better-hangoutschat/releases/latest)

Better Hangouts Chat
====================================
Expand All @@ -23,7 +23,7 @@ Installing from official release files
---------------------------------------

- Download the latest release from the 'releases' section:
https://github.com/paveyry/Slack-Theme-for-Hangouts-Chat/releases
https://github.com/paveyry/better-hangoutschat/releases
- For the electron client: open the client at least once, then replace the official
`electron.asar` with the patched one at this path:
- For Windows: `C:\Users\<username>\AppData\Local\Google\Hangouts Chat\resources`
Expand Down
371 changes: 0 additions & 371 deletions custom.css

This file was deleted.

2 changes: 1 addition & 1 deletion generate_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ generateFiles() {
[ -z "$ASARFILE" ] || mv electron.asar "$3/electron.asar"
}

generateFiles "https:\/\/raw.githubusercontent.com\/paveyry\/Slack-Theme-for-Hangouts-Chat\/master\/css\/shape.css" "https:\/\/raw.githubusercontent.com\/paveyry\/Slack-Theme-for-Hangouts-Chat\/master\/css\/color_slack.css" "out/slacktheme"
generateFiles "https:\/\/raw.githubusercontent.com\/paveyry\/better-hangoutschat\/master\/css\/shape.css" "https:\/\/raw.githubusercontent.com\/paveyry\/better-hangoutschat\/master\/css\/color_slack.css" "out/slacktheme"

rm -rf "$DIR" "$DEFAULTINIT" "$PLUGINGEN" "$PLUGINGEN2"

0 comments on commit f1a44a4

Please sign in to comment.