[Pkg-cli-apps-commits] [SCM] openbve branch, master, updated. debian/1.4.0.0-1-3-gf3f83de
Paul Sladen
debian at paul.sladen.org
Fri Jan 13 23:02:39 UTC 2012
The following commit has been merged in the master branch:
commit a2049a8b4af7c49380d8268610db4ab2ce460eb8
Author: Paul Sladen <debian at paul.sladen.org>
Date: Fri Jan 13 23:09:08 2012 +0100
debian/filesystem.cfg: use 'SpecialFolder.LocalApplicationData'
+ emulate behaviour until upstream allows LocalApplicationData
diff --git a/debian/changelog b/debian/changelog
index 315c5a8..8565dae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
openbve (1.4.0.0-3) UNRELEASED; urgency=low
+ * debian/filesystem.cfg: use 'SpecialFolder.LocalApplicationData'
+ + emulate behaviour until upstream allows LocalApplicationData
-- Paul Sladen <debian at paul.sladen.org> Fri, 13 Jan 2012 23:00:00 +0100
diff --git a/debian/filesystem.cfg b/debian/filesystem.cfg
index eb13159..86fc9d2 100644
--- a/debian/filesystem.cfg
+++ b/debian/filesystem.cfg
@@ -1,5 +1,6 @@
Data = $[CommonApplicationData]/games/openbve/Data
-ManagedContent = $[Personal]/OpenBve/ManagedContent
+# Replace with Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) when Openbve supports that
+ManagedContent = $[Personal]/.local/share/OpenBve/ManagedContent
Settings = $[ApplicationData]/OpenBve/Settings
InitialRoute = $[CommonApplicationData]/games/bve/Railway/Route/Birmingham_Cross-City_South
InitialTrain = $[CommonApplicationData]/games/bve/Train/
--
openbve
More information about the Pkg-cli-apps-commits
mailing list