Skip to content

Commit

Permalink
update lomod and vips
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji246 committed Jan 5, 2021
1 parent bee4124 commit 847043c
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LomoAgent/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0ea2c6f</string>
<string>bee4124</string>
<key>CFBundleVersion</key>
<string>2020_08_16.11_26_35.0.0ea2c6f</string>
<string>2021_01_05.12_17_52.0.bee4124</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
3 changes: 1 addition & 2 deletions LomoAgent/StatusMenuController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ class StatusMenuController: NSObject {
"--log-dir", logDir,
"--port", port,
"--admin-token", uuid,
"--exe-dir", executablePath.path + "/",
"--no-mount"]
"--exe-dir", executablePath.path + "/"]
if UserDefaults.standard.bool(forKey: PREF_DEBUG_MODE) {
task.arguments?.append("--debug")
}
Expand Down
Loading

0 comments on commit 847043c

Please sign in to comment.