From a0e7d68bd80888fcb5cacec31740ceae56f419d3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 18 Dec 2020 22:25:26 -0300 Subject: Make sure the build won't have them as well (they might carry OS-specific code) --- game/options.rpy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'game') diff --git a/game/options.rpy b/game/options.rpy index 97f9956..916980f 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -194,6 +194,8 @@ init python: build.classify('**/.**', None) build.classify('**/#**', None) build.classify('**/thumbs.db', None) + build.classify('**.pyc', None) + build.classify('**.pyo', None) ## Remove development files build.classify('**.pem', None) -- cgit v1.2.3-70-g09d2