fastlane-plugin-dmg 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3426b07d3ccedb1c7a5af9caf08df3552b6fd2d87f85399b29a8c2835bb38609
4
- data.tar.gz: fb86acd9948a0ff1c7d1da67217aff6a1c8e13041c6ba074b228fc070b63685f
3
+ metadata.gz: 5c43559031de72944d949ea3bc7dd2426b9485b59c60a5fd04678a6b3613962a
4
+ data.tar.gz: 43bdb46c818f3f812e0799766f5f713317e32567bec175c00ecc5d1a91474a91
5
5
  SHA512:
6
- metadata.gz: f42cd6876ca071e09b16875f350355acd8664531360461e5ce59d6e483c3e8d147a00730e387558e261fe469d6772b857da4615e21cf3bcfae5b69665bea415b
7
- data.tar.gz: 9beeb83d766744dcda1bae3f02c99a6d62b67b198c8ba8881b66121dd4cd38f281ff487801a4a98160cbbb60da87e89df1c4acb5c8c769e665f5203547729ea7
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
- # Append "/." to path if the path doesn't end with it
32
- unless input_path.end_with?("/.")
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
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Dmg
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
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.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-02-02 00:00:00.000000000 Z
11
+ date: 2023-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler