Mathieu Comandon
dcb13ab0ba
Add note about YAML formatting
2017-12-30 12:25:20 -08:00
Mathieu Comandon
c2fc40a6a8
Document mode option for write_file + substitute file content
2017-12-30 12:24:47 -08:00
Lucki
751d0c845d
Update installers.rst
2017-12-09 14:55:11 -08:00
soredake
a188103a2e
update
2017-11-27 14:15:10 -08:00
soredake
30af6e5cc5
Improve installer docs:
...
add new functions
add `arch` note because of broken `detect_prefix_arch` function
improve some docs and links
2017-11-27 14:15:10 -08:00
daniel-j
ab1f3ead8a
Update docs
2017-09-05 08:52:23 -07:00
daniel-j
70f0beadce
Simplify installer docs
2017-09-03 16:00:29 -07:00
daniel-j
a6800b42ea
Improve installer tasks and installer documentation.
2017-09-03 16:00:29 -07:00
Mathieu Comandon
a9df5a47cf
Add example for files with url/filename arguments
2017-06-18 17:35:24 -07:00
Mathieu Comandon
2a92208cf4
No TODOs in the published docs
2016-09-28 23:34:33 -07:00
Mathieu Comandon
5285a624b1
More confusing than helpful
2016-09-28 23:33:56 -07:00
Mathieu Comandon
c9c9266f94
Document the 'silent' option for Winetricks ( Fixes #317 )
2016-08-04 12:37:39 -07:00
Xodetaetl
747377e5d9
Add working_dir param to "execute" directive
2016-04-25 12:15:44 +02:00
Xodetaetl
448d7bee30
chmodx only if necessary in "execute" directive
2016-04-25 12:15:44 +02:00
Xodetaetl
598fc61d5a
Revert "Revert "Fix forgotten inherited functions in winesteam from wine""
...
This reverts commit 60ca17a209
.
2015-12-31 21:31:18 -08:00
Xodetaetl
60ca17a209
Revert "Fix forgotten inherited functions in winesteam from wine"
...
This reverts commit 8be9f19d12
.
2015-12-27 01:48:59 +01:00
Xodetaetl
8be9f19d12
Fix forgotten inherited functions in winesteam from wine
2015-12-26 23:33:38 +01:00
Mathieu Comandon
885fd8a391
Implement get_app_states
2015-09-05 15:50:33 -07:00
Xodetaetl
1e3b73da23
Minor mistake in installer doc
2015-08-29 19:16:12 +02:00
Xodetaetl
55f87c3657
Add runtime and terminal option to installer's execute task
2015-05-04 23:58:47 +02:00
Xodetaetl
482c501a58
Installer doc: correct file uri => url
2015-04-30 23:37:12 +02:00
Xodetaetl
e611b90f49
Recommend use of $ character before File ID in install scripts
2015-04-30 00:07:16 +02:00
Xodetaetl
f63d5e7432
Correct installer doc about 'extract' using file path
2015-04-30 00:03:46 +02:00
Xodetaetl
6b66064831
Add args, exit and working_dir options to dosexec
2015-03-21 12:12:01 +01:00
Xodetaetl
2a512fde00
Update installer doc (add create_prefix + fix oversights)
2015-03-19 11:27:53 +01:00
Xodetaetl
44144898e3
oops
2015-02-08 00:09:50 +01:00
Xodetaetl
a488bd9543
Add "input_menu" installer directive
...
Read the installers.rst changes for a full description.
A test installer is available at https://lutris.net/games/test/
2015-02-08 00:04:52 +01:00
Mathieu Comandon
74bce7c330
Add a set_regedit_file task
2015-02-06 00:48:45 +01:00
Xodetaetl
123d7a763f
Add missing doc in installer writing guide
2014-11-24 16:44:00 +01:00
Xodetaetl
d6952578d3
Return True after winesteam's installed, so play() goes on
2014-11-11 19:26:47 +01:00
Xodetaetl
ffe29da194
Move back insert_disc as installer task
2014-10-28 01:09:30 +01:00
Xodetaetl
aaa03dbb66
Document the dot syntax in installer tasks
2014-10-19 14:39:33 +02:00
Xodetaetl
05ed438ea0
Add write_config
installer directive
2014-10-19 02:11:47 +02:00
Xodetaetl
e698042410
Add support for value type to set_regedit()
...
And indent this raw text output. :)
2014-10-09 16:14:15 +02:00
Xodetaetl
6d87bec133
Fix indent in installer doc
2014-09-18 18:20:52 +02:00
Xodetaetl
657bd5018a
Add working_dir setting to Wine and Linux runners
2014-09-04 14:08:21 +02:00
Xodetaetl
8b54e3118f
Support file paths in the execute task
...
Support entering a file path in the 'file' key of the execute task.
And expand variables in the path –> Fixes #70 .
2014-08-21 21:25:08 +02:00
Xodetaetl
e66bdeb2cc
Rename wineexec option "workdir" => "working_dir"
2014-08-13 00:15:03 +02:00
Xodetaetl
f4b15d6a9a
Update installers.rst
...
A couple mistakes I've left out
2014-03-15 23:26:22 +01:00
Xodetaetl
26d2de5a70
Update installer writing doc
2014-03-15 22:02:17 +01:00
Xodetaetl
9a779fda46
Update installers.rst
...
I said bullshit, I take it back.
2014-02-09 14:39:39 +01:00
Mathieu Comandon
93627c76c1
Add documentation for format option
2014-02-09 12:29:27 +01:00
Xodetaetl
35d77aa832
Added workdir to wineexec
...
Might want to add it to execute() in installer.py but it's using
subprocess.call() which doesn't seem to have a working dir argument,
contrary to subprocess.Popen()
2014-01-24 23:05:15 +01:00
Xodetaetl
11c95cc289
Update installers.rst
...
Of course, don't hesitate to correct my changes.
Regarding "execute", can the "file" parameter be a path ? I wasn't sure, I didn't say it.
2014-01-24 13:05:24 +01:00
Mathieu Comandon
78927e3799
Use preformatted text for AppStates
...
Signed-off-by: Mathieu Comandon <strycore@gmail.com>
2014-01-10 20:08:47 +01:00
Mathieu Comandon
d03141b9d8
Reformat Steam AppStates
2014-01-10 20:07:09 +01:00
Mathieu Comandon
e8d30424bb
Add steam utils
2013-11-17 05:27:33 +01:00
Mathieu Comandon
ad33eacb8c
Add custom message for N/A files
2013-07-11 18:15:32 +02:00
Mathieu Comandon
f03d145558
Add examples to the documentation
2013-06-28 12:15:37 +02:00
Mathieu Comandon
282ac32177
First support for add-ons
2013-06-18 02:13:03 +02:00