fastlane-plugin-dmg 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c43559031de72944d949ea3bc7dd2426b9485b59c60a5fd04678a6b3613962a
|
4
|
+
data.tar.gz: 43bdb46c818f3f812e0799766f5f713317e32567bec175c00ecc5d1a91474a91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80efee9587c0f4f00f8d21aa6a06672f8632018760c6db0cc674469523faa8baf801c50128c493c6a27b0137182f348f347b4314ea4f0b8e24a367ad13f77226
|
7
|
+
data.tar.gz: 05022d474df2e9c24cd3410f98103279b1f400a990cac0d4e933f4c0d91133df9073ef5212a07b18bd3871accd9bb842b22edbc427c348db4ca21fca963d7646
|
@@ -28,8 +28,9 @@ module Fastlane
|
|
28
28
|
absolute_output_dir = File.expand_path("..", absolute_output_path)
|
29
29
|
FileUtils.mkdir_p(absolute_output_dir)
|
30
30
|
|
31
|
-
|
32
|
-
|
31
|
+
|
32
|
+
# Append "/." to path if the path doesn't end with it, but do this only if folder provided, no .app
|
33
|
+
unless File.extname(input_path) == ".app" || input_path.end_with?("/.")
|
33
34
|
input_path += "/."
|
34
35
|
end
|
35
36
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-dmg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexey Dvoryanskiy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|