Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hitman249 committed Apr 20, 2020
1 parent bc16472 commit c1f3783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added bin/squashfuse
Binary file not shown.
2 changes: 1 addition & 1 deletion src/src/modules/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class Network {
/**
* @type {string}
*/
repository = 'https://raw.githubusercontent.com/hitman249/wine-helpers/master';
repository = 'https://raw.githubusercontent.com/hitman249/wine-launcher/master';

/**
* @type {Config}
Expand Down
4 changes: 2 additions & 2 deletions src/src/modules/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class Update {
* @returns {Promise}
*/
downloadSquashfuse() {
let url = this.network.getRepo('/squashfuse');
let url = this.network.getRepo('/bin/squashfuse');
let path = this.prefix.getSquashfuseFile();

if (!this.fs.exists(path)) {
Expand All @@ -71,7 +71,7 @@ export default class Update {
* @returns {Promise}
*/
downloadFuseiso() {
let url = this.network.getRepo('/fuseiso');
let url = this.network.getRepo('/bin/fuseiso');
let path = this.prefix.getFuseisoFile();

if (!this.fs.exists(path)) {
Expand Down

0 comments on commit c1f3783

Please sign in to comment.