From 1db300d8815b5f997dd6f992e4ca416537018c2f Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Fri, 31 Jul 2020 17:26:09 +0200 Subject: implement running wine from polecat and more - implement running wine from polecat directly and pass all arguments to wine (default wine prefix is still $HOME/.wine) - add command to list installed wine versions (lists all directories, needs to be improved) - rename wine install to wine download - replace deprecated support_compression_all with support_filter_all - comment out DXVK command until its further implemented - use PATH_MAX for strings holding paths --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0361e08..5aedaf9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # GENERAL VARIABLES NAME := polecat -VERSION := 0.1.1 +VERSION := 0.1.2 TARGET ?= debug DEBUG := 0 ifeq ($(TARGET),debug) -- cgit v1.2.3