Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Update copyright to 2016, install Visual Studio C++ Runtime 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsojon committed Mar 2, 2016
1 parent c787dd4 commit 02c30d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rlw
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2015 Jonathan Alfonso <alfonsojon1997@gmail.com>
# Copyright 2016 Jonathan Alfonso <alfonsojon1997@gmail.com>

This comment has been minimized.

Copy link
@jlu5

jlu5 Mar 5, 2016

Contributor

For a range of dates you should use "Copyright 2015-2016 yourname".

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
Expand Down Expand Up @@ -99,7 +99,7 @@ roblox-install () {
# Make sure our directories really exist
mkdir -p "$HOME/.local/share/wineprefixes"
rwineboot
rwinetricks ddr=gdi sound=alsa
rwinetricks vcrun2013 ddr=gdi sound=alsa
# ddr=gdi: Vastly improves performance, may cause graphical problems in mutter/gala
# sound=alsa: Fix for crackling sound under Ubuntu 14.04
[[ "$?" = 0 ]] || {
Expand Down Expand Up @@ -162,7 +162,7 @@ playerwrapper () {
return
fi
else
WINEDLLOVERRIDES="d3d11.dll=" rwine "$WINEPREFIX/drive_c/Program Files/Mozilla Firefox/firefox.exe" "http://www.roblox.com/Games.aspx"
WINEDLLOVERRIDES="d3d11.dll=" rwine "$WINEPREFIX/drive_c/Program Files/Mozilla Firefox/firefox.exe" "http://www.roblox.com/Games.aspx"
fi
}

Expand Down
2 changes: 1 addition & 1 deletion rlw.6
@@ -1,4 +1,4 @@
.TH rlw 6 2015\-05\-26
.TH rlw 6 2016\-03\-02
.SH NAME
rlw - Linux Wrapper for ROBLOX using Wine (Roblox Linux Wrapper)
.SH SYNOPSIS
Expand Down

0 comments on commit 02c30d9

Please sign in to comment.